[Bug 205] Add pragma(inline) to the grammar
via D.gnu
d.gnu at puremagic.com
Fri Jan 29 12:17:30 PST 2016
http://bugzilla.gdcproject.org/show_bug.cgi?id=205
thomas.bockman at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |---
Status|RESOLVED |NEW
--- Comment #2 from thomas.bockman at gmail.com ---
Nevermind - although it compiles, it turns out that my workaround doesn't
actually control inlining on DMD.
So, I still need
pragma(inline, true):
Or
pragma(inline, true {
}
Added to the GDC grammar to be able to share one code base across all the major
compilers.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20160129/9d52c129/attachment.html>
More information about the D.gnu
mailing list