On 7/9/14, Mike Parker via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote: > Is it safe to assume that __VERSION__ is the same among DMD, LDC and GDC > when using the equivalent front-end?
Yes, but not all future compilers might implement this (although I hope they will). I think there's also __VENDOR__ IIRC.