[Issue 12359] implicit overload merging with selective imports should be removed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 22 12:30:52 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=12359
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |razvan.nitu1305 at gmail.com
Resolution|--- |WONTFIX
--- Comment #18 from RazvanN <razvan.nitu1305 at gmail.com> ---
In the meantime doing selective imports doing overload sets merging has become
the norm. Changing this will likely break a lot of code and surprise people
that are already accustomed to this rule. I, personally, don't see anything
wrong with doing the overload set merge automatically. If you don't want that
just don't selective import the symbol.
--
More information about the Digitalmars-d-bugs
mailing list