[Issue 13253] use more scoped imports in phobos

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 28 00:57:52 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13253

dbr <dbugreporter at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbugreporter at gmail.com

--- Comment #1 from dbr <dbugreporter at gmail.com> ---
Beware of issue 10378 though. Using scoped imports means you have to be aware
of every symbol in that module or you'll risk surprising behavior since there
is no conflict detection.

--


More information about the Digitalmars-d-bugs mailing list