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

Martin Nowak <c...@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@dawg.eu

--- Comment #1 from Martin Nowak <c...@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.

--

Reply via email to