[Issue 19189] Accessing private member of template allowed

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19189

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 19189] Accessing private member of template allowed

2018-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19189

Basile B.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||b2.t...@gmx.com
 Resolution|--- |INVALID

--- Comment #1 from Basile B.  ---
**Within** a module its private members are accessible from its other members,
this works like this by design. See point 2 here
https://dlang.org/spec/attribute.html#visibility_attributes

--


[Issue 19189] Accessing private member of template allowed

2018-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19189

Yuxuan Shui  changed:

   What|Removed |Added

Summary|Accessing private template  |Accessing private member of
   |member allowed  |template allowed

--