This code does not work:

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

Any chance that this could work?

Reply via email to