Title
Clarify protected member access
Status
nad
Section
11.8.5 [class.protected]
Submitter
unknown

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

Messages

Date: 1999-04-15.00:00:00

Rationale (04/99): This rule is orthogonal to the specification in 11.8.3 [class.access.base] paragraph 4.

Date: 2022-02-18.07:47:23

11.8.5 [class.protected] paragraph 1 says:

When a friend or a member function of a derived class references a protected nonstatic member of a base class, an access check applies in addition to ...
Instead of saying "references a protected nonstatic member of a base class", shouldn't this be rewritten to use the concept of naming class as 11.8.3 [class.access.base] paragraph 4 does?

Rationale (04/99): This rule is orthogonal to the specification in 11.8.3 [class.access.base] paragraph 4.

History
Date User Action Args
1999-09-14 00:00:00adminsetmessages: + msg196
1999-09-14 00:00:00adminsetstatus: open -> nad
1998-10-24 00:00:00admincreate