http://bugzilla.gdcproject.org/show_bug.cgi?id=205
thomas.bock...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from thomas.bock...@gmail.com --- I figured out an acceptable workaround for this problem, although it is just a little bit silly. This: pragma(inline, true) { } Can be replaced with this: redundant_attribute { pragma(inline, true); } Where redundant_attribute is some attribute that belongs on the contained declarations anyway, such as `public` or `@safe`. It doesn't look very nice, but it works. I presume the real fix will be added naturally during the upgrade to 2.068, so I'm closing this as "RESOLVED - INVALID". Sorry for the noise. -- You are receiving this mail because: You are watching all bug changes.