Mike Parker:
Is it safe to assume that __VERSION__ is the same among DMD, LDC and GDC when using the equivalent front-end?
Right. An alternative solution is to use __traits(compiles) and use @nogc inside it.
Bye, bearophile
bearophile via Digitalmars-d-learn Wed, 09 Jul 2014 03:16:34 -0700
Mike Parker:
Is it safe to assume that __VERSION__ is the same among DMD, LDC and GDC when using the equivalent front-end?
Right. An alternative solution is to use __traits(compiles) and use @nogc inside it.
Bye, bearophile