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

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