This code does not work:
----
enum Test {
Foo,
static if (__VERSION__ >= 2067)
Bar,
}
Quatz
}
----Any chance that this could work?
This code does not work:
----
enum Test {
Foo,
static if (__VERSION__ >= 2067)
Bar,
}
Quatz
}
----Any chance that this could work?