static if(DMD_VERSION >= 2.066) {
virtual int foo();
} else {
int foo();
}
Is there a way to determine the compiler version at compile time?
Something like:
- Compiler version at compile-time David Eagen
- Re: Compiler version at compile-time David Eagen
- Re: Compiler version at compile-time H. S. Teoh
