System programming in D (Was: The God Language)

Vladimir Panteleev vladimir at thecybershadow.net
Thu Jan 5 05:59:59 PST 2012


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



More information about the Digitalmars-d mailing list