[Bug c++/25863] Allowed knowledge of private structure.

2006-07-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-30 10:24 --- *** Bug 28539 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25863] Allowed knowledge of private structure.

2006-05-26 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2006-05-26 15:38 --- As mentioned before, this is legal code. -- bangerth at dealii dot org changed: What|Removed |Added

[Bug c++/25863] Allowed knowledge of private structure.

2006-03-07 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2006-03-08 05:04 --- This is how it is supposed to be. Note that access control (i.e. whether you can or cannot use a name) is not implemented by hiding the name. The name of private members is always available, you may simply not access it