bobef schrieb:
Why not "static if(version(DMD))" or static if(is(version == DMD))?
Cause nobody wants to write something ugly like that every time. version(DMD) is nice and clear.
bobef schrieb:
Why not "static if(version(DMD))" or static if(is(version == DMD))?
Cause nobody wants to write something ugly like that every time. version(DMD) is nice and clear.