[Issue 15877] [REG2.071beta] Some members are not visible by std.typecons.BlackHole
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Apr 5 15:51:49 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15877
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #1 from Martin Nowak <code at dawg.eu> ---
Both, the old and the new lookup don't really allow access to private members,
even when using __traits. The new visibility rules will trigger earlier, that's
why you see the warning.
We have to modify the lookup for traits so that it ignores symbol visibility.
--
More information about the Digitalmars-d-bugs
mailing list