File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 714
714
715
715
\pnum
716
716
The point of declaration for an
717
- \grammarterm { injected-class-name} (Clause~\ref {class }) is immediately following
717
+ injected-class-name (Clause~\ref {class }) is immediately following
718
718
the opening brace of the class definition.
719
719
720
720
\pnum
Original file line number Diff line number Diff line change 64
64
A \grammarterm {class-name} is inserted into the scope in which it is
65
65
declared immediately after the \grammarterm {class-name} is seen. The
66
66
\grammarterm {class-name} is also inserted into the scope of the class
67
- itself; this is known as the \grammarterm {injected-class-name}.
68
- \indextext {\idxgram {injected-class-name}}%
67
+ itself; this is known as the \defn {injected-class-name}.
69
68
For purposes of access checking, the injected-class-name is treated as
70
69
if it were a public member name.
71
70
\indextext {definition!class}%
You can’t perform that action at this time.
0 commit comments