thomas.bockman@gmail.com changed bug 205
What Removed Added
Resolution INVALID ---
Status RESOLVED NEW

Comment # 2 on bug 205 from
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: