[Issue 16085] wrong visibility warning for overloaded alias symbol

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 31 06:38:10 PDT 2016


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

--- Comment #9 from Martin Nowak <code at dawg.eu> ---
(In reply to Walter Bright from comment #8)
> > The member "reallocate" should effectively hide the private import, yet the
> > deprecation message still appears.
> 
> The private import is hidden. The alias is not.

Don't quite get that comment. Imports are private by default, so are the
selectively imported symbol aliases.

Already figured out what's wrong with the overload implementation in
symbolIsVisible, just need to find time to fix it.

--


More information about the Digitalmars-d-bugs mailing list