On Thursday, 5 January 2012 at 13:40:20 UTC, Jacob Carlborg wrote:
The pragma is a standard way to expose non-standard features. You just need to wrap it in version statements because the compiler will otherwise complain about unrecognized pragmas. If that's a good thing or not, I don't know.

DMD has an -ignore switch:

 -ignore        ignore unsupported pragmas

Reply via email to