[Issue 12156] static import of std.ascii in std.regex causes conflict

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 28 11:58:18 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12156


Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu


--- Comment #3 from Martin Nowak <code at dawg.eu> 2014-02-28 11:58:15 PST ---
The problem here is that the private alias from `static import ascii =
std.ascii` conflicts with the public alias in `alias ascii = char`.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list