[Issue 10257] .tupleof loses protection information upon iteration

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 27 16:34:52 PDT 2016


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

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
Not really a bug per say, it's calling getProtection on a value in a tuple,
it's bound to be public. The issue of whether it should have access to private
symbols or not is part of https://issues.dlang.org/show_bug.cgi?id=1223.

--


More information about the Digitalmars-d-bugs mailing list