[Issue 1441] [module] Allow 'private' to restrict class visibility outside module or outer class

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 22 07:10:55 PST 2016


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

Andrei Alexandrescu <andrei at erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei at erdani.com
         Resolution|---                         |FIXED

--- Comment #10 from Andrei Alexandrescu <andrei at erdani.com> ---
The issue of cross-module private symbols has been fixed. The issue regarding
nested classes is invalid - protection in D has module-level granularity. If
I'm missing something, please reopen with a precise description of the balance
of the problem. Thanks.

--


More information about the Digitalmars-d-bugs mailing list