Created on1999-08-26.00:00:00 last changed275 months ago
Proposed resolution (10/99):change "protected nonstatic member" in the above to"protected nonstatic member function or protected nonstatic data member"to make the intent clear.
11.8.5 [class.protected] paragraph 1begins:
When a friend or a member function of a derived class references aprotected nonstatic member of a base class, an access check applies inaddition to those described earlier in11.8 [class.access].
This was intended to refer to nonstatic member functions andnonstatic data members. However, a protected nested type declaredin a base class is, bysome definition of the word, a "nonstatic" member, and therefore subjectto this additional access check.
Proposed resolution (10/99):change "protected nonstatic member" in the above to"protected nonstatic member function or protected nonstatic data member"to make the intent clear.

| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2003-04-25 00:00:00 | admin | set | status: dr -> tc1 |
| 2000-02-23 00:00:00 | admin | set | messages: +msg300 |
| 2000-02-23 00:00:00 | admin | set | status: open -> dr |
| 1999-08-26 00:00:00 | admin | create | |