|
75 | 75 | statements)
|
76 | 76 | [16\,384].
|
77 | 77 | \item%
|
78 |
| -Data members in a single class\iref{class.mem} [16\,384]. |
| 78 | +Non-static data members (including inherited ones) in a single class\iref{class.mem} [16\,384]. |
79 | 79 | \item%
|
80 | 80 | Lambda-captures in one \grammarterm{lambda-expression}\iref{expr.prim.lambda.capture} [256].
|
81 | 81 | \item%
|
|
96 | 96 | \item%
|
97 | 97 | Direct base classes for a single class\iref{class.derived} [1\,024].
|
98 | 98 | \item%
|
99 |
| -Members declared in a single class\iref{class.mem} [4\,096]. |
| 99 | +Class members declared in a single \grammarterm{member-specification} |
| 100 | +(including member functions)\iref{class.mem} [4\,096]. |
100 | 101 | \item%
|
101 | 102 | Final overriding virtual functions in a class,
|
102 | 103 | accessible or not\iref{class.virtual} [16\,384].
|
103 | 104 | \item%
|
104 | 105 | Direct and indirect virtual bases of a class\iref{class.mi} [1\,024].
|
105 | 106 | \item%
|
106 |
| -Static members of a class\iref{class.static} [1\,024]. |
| 107 | +Static data members of a class\iref{class.static.data} [1\,024]. |
107 | 108 | \item%
|
108 | 109 | Friend declarations in a class\iref{class.friend} [4\,096].
|
109 | 110 | \item%
|
|
115 | 116 | \item%
|
116 | 117 | Scope qualifications of one identifier\iref{expr.prim.id.qual} [256].
|
117 | 118 | \item%
|
118 |
| -Nested external specifications [1\,024]. |
| 119 | +Nested \grammarterm{linkage-specification}s\iref{dcl.link} [1\,024]. |
119 | 120 | \item%
|
120 | 121 | Recursive constexpr function invocations\iref{dcl.constexpr} [512].
|
121 | 122 | \item%
|
122 | 123 | Full-expressions evaluated within a core constant expression\iref{expr.const} [1\,048\,576].
|
123 | 124 | \item%
|
124 |
| -Template arguments in a template declaration\iref{temp.param} [1\,024]. |
| 125 | +Template parameters in a template declaration\iref{temp.param} [1\,024]. |
125 | 126 | \item%
|
126 | 127 | Recursively nested template instantiations\iref{temp.inst}, including substitution
|
127 | 128 | during template argument deduction\iref{temp.deduct} [1\,024].
|
|
0 commit comments