[Issue 12242] conflict error with public imports
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jul 29 16:29:50 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12242
--- Comment #12 from Martin Nowak <code at dawg.eu> ---
I don't like the term cross module overload set, because an overload sets is a
set of overloads from different modules (or mixin templates) by definition.
The bug resolution to flatten all nested overload sets into a single overload
set seems to be semantically correct.
--
More information about the Digitalmars-d-bugs
mailing list