Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 865ed27

Browse files
Eelistkoeppe
authored andcommitted
[class, class.derived, special] Write space in 'access control' consistently in index keys. (#942)
1 parent 5625f78 commit 865ed27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@
17071707
block scope shall be declared with any storage class allowed for a
17081708
block-scope variable, or with no storage class. A storage class is not
17091709
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}}%
17111711
\indextext{restriction!anonymous \tcode{union}}%
17121712
An anonymous union shall not have \tcode{private} or \tcode{protected}
17131713
members (Clause~\ref{class.access}). An anonymous union shall not have

source/derived.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
\end{example}
425425

426426
\pnum
427-
\indextext{access~control!overload~resolution~and}%
427+
\indextext{access control!overload~resolution~and}%
428428
If the name of an overloaded function is unambiguously found,
429429
overload resolution~(\ref{over.match}) also takes place before access
430430
control.

source/special.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
\end{note}
5757

5858
\pnum
59-
\indextext{access~control!member~function~and}%
59+
\indextext{access control!member~function~and}%
6060
Special member functions obey the usual access rules (Clause~\ref{class.access}).
6161
\begin{example}
6262
declaring a constructor

0 commit comments

Comments
 (0)