File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 182
182
\item
183
183
it declares a static data member outside a class definition
184
184
and the variable was defined within the class with the \keyword {constexpr}
185
- specifier (this usage is deprecated; see \ref {depr.static.constexpr }),
185
+ specifier\iref { class.static.data } (this usage is deprecated; see \ref {depr.static.constexpr }),
186
186
\item
187
187
\indextext {declaration!class name}%
188
188
it is an \grammarterm {elaborated-type-specifier}\iref {class.name },
Original file line number Diff line number Diff line change 140
140
141
141
\pnum
142
142
For compatibility with prior revisions of \Cpp {}, a \keyword {constexpr}
143
- static data member may be redundantly redeclared outside the class with no initializer.
143
+ static data member may be redundantly redeclared outside the class with no
144
+ initializer\iref {basic.def,class.static.data }.
144
145
This usage is deprecated.
145
146
\begin {example }
146
147
\begin {codeblock }
You can’t perform that action at this time.
0 commit comments