Access specifiers
Min standard notice:
In a member-specification of a class/struct or union, define the accessibility of subsequent members.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| CWG 1873 | C++98 | protected members were accessible to friends of derived classes | made inaccessible |