https://issues.dlang.org/show_bug.cgi?id=15740
Cauterite <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Cauterite <[email protected]> --- in what version? this is working for me with phobos master + DMD master as of 2016-08-20: import std.typecons; alias T = Tuple!(int, `foo`, int, `bar`); enum x = T(1,2).foo; pragma(msg, x); --
