File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1707
1707
block scope shall be declared with any storage class allowed for a
1708
1708
block-scope variable, or with no storage class. A storage class is not
1709
1709
allowed in a declaration of an anonymous union in a class scope.
1710
- \indextext {access~ control!anonymous \tcode {union}}%
1710
+ \indextext {access control!anonymous \tcode {union}}%
1711
1711
\indextext {restriction!anonymous \tcode {union}}%
1712
1712
An anonymous union shall not have \tcode {private} or \tcode {protected}
1713
1713
members (Clause~\ref {class.access }). An anonymous union shall not have
Original file line number Diff line number Diff line change 424
424
\end {example }
425
425
426
426
\pnum
427
- \indextext {access~ control!overload~resolution~and}%
427
+ \indextext {access control!overload~resolution~and}%
428
428
If the name of an overloaded function is unambiguously found,
429
429
overload resolution~(\ref {over.match }) also takes place before access
430
430
control.
Original file line number Diff line number Diff line change 56
56
\end {note }
57
57
58
58
\pnum
59
- \indextext {access~ control!member~function~and}%
59
+ \indextext {access control!member~function~and}%
60
60
Special member functions obey the usual access rules (Clause~\ref {class.access }).
61
61
\begin {example }
62
62
declaring a constructor
You can’t perform that action at this time.
0 commit comments