enum and static if

Namespace via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Mar 11 06:48:45 PDT 2015


This code does not work:

----
enum Test {
     Foo,
static if (__VERSION__ >= 2067)
     Bar,
}
     Quatz
}
----

Any chance that this could work?


More information about the Digitalmars-d-learn mailing list