Technical Fowl

Results 3 comments of Technical Fowl

Thanks, it no longer crashes but the output is incorrect: ``` import std::io; bitstruct BitstructFlags : uint { bool first; bool second; } const BitstructFlags B_FIRST = { true, false...

Yeah sorry, some way of going back to the name of the enum entry, `Foo.names[f.ordinal]` would also work I suppose if that was supported again. I realize now that the...