Identify enum

BCS ao at pathlink.com
Mon Jul 21 13:42:41 PDT 2008


Reply to Moritz,


> ^ Yes, that's the approach I use and the problem that gives me a
> headache.
> 


Well I think you're toast: this test cases fails

enum Foo{a}
static assert("Foo" == Foo.stringof, "'Foo' == '"~Foo.stringof~"'");

Might be a bug, but it might already be reported. 




More information about the Digitalmars-d-learn mailing list