https://issues.dlang.org/show_bug.cgi?id=14375
Richard Cattermole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Richard Cattermole <[email protected]> --- The fix for this is very simple. https://github.com/rikkimax/dmd/blob/master/src/traits.c#L875 It is untested but it is there. Ironically this has been as a PR since before 2.066. https://github.com/D-Programming-Language/dmd/pull/3921 I've tested it on a built executable locally with that PR added. Works fine. --
