Title
Footnote 99 should discuss the naming class when describing members that can be accessed from friends
Status
nad
Section
11.8.3 [class.access.base]
Submitter
unknown

Created on 1998-10-24.00:00:00 last changed 294 months ago

Messages

Date: 1999-10-15.00:00:00

Rationale (10/99): The footnote should be read as referring to immediately-derived classes, and is accurate in that context.

Date: 2022-02-18.07:47:23

Footnote 98 says:

As specified previously in 11.8 [class.access] , private members of a base class remain inaccessible even to derived classes unless friend declarations within the base class declaration are used to grant access explicitly.
This footnote does not fit with the algorithm provided in 11.8.3 [class.access.base] paragraph 4 because it does not take into account the naming class concept introduced in this paragraph.

(See also paper J16/99-0002 = WG21 N1179.)

Rationale (10/99): The footnote should be read as referring to immediately-derived classes, and is accurate in that context.

History
Date User Action Args
2000-02-23 00:00:00adminsetmessages: + msg287
2000-02-23 00:00:00adminsetstatus: open -> nad
1998-10-24 00:00:00admincreate