https://issues.dlang.org/show_bug.cgi?id=12997
Mark Isaacson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |All OS|Mac OS X |All --- Comment #1 from Mark Isaacson <[email protected]> --- enum TestEnum : int { Bob } auto v = Variant(TestEnum.Bob); auto x = v.coerce!int(); //Throws exception --
