https://d.puremagic.com/issues/show_bug.cgi?id=11554
--- Comment #4 from Kenji Hara <[email protected]> 2013-11-27 02:26:50 PST --- (In reply to comment #3) > Here is another test case. The bug still shows up if the member-less enum is > in > another module. Works with version 2.064. Fails with github head. Reduced case: enum zoo; struct bro(N...) {} static assert(!is(zoo unused : bro!M, M...)); https://github.com/D-Programming-Language/dmd/pull/2889 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
