http://d.puremagic.com/issues/show_bug.cgi?id=11301
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Walter Bright <[email protected]> 2013-10-26 13:26:40 PDT --- Reduced test case: ------ a.d -------- public import b; static if (1) enum { MAP_ANON = 1, } ------ b.d -------- static import a; alias MAP_ANON = a.MAP_ANON; ------------------- dmd -c a.d -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
