File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1224
1224
\indextext {special member function|see{constructor}}%
1225
1225
1226
1226
\pnum
1227
- Constructors do not have names.
1228
- In a declaration of a constructor, the \grammarterm {declarator} is a
1227
+ A \defn {constructor} is introduced by a declaration
1228
+ whose \grammarterm {declarator} is a
1229
1229
function declarator\iref {dcl.fct } of the form
1230
1230
1231
1231
\begin {ncbnf }
1250
1250
\grammarterm {id-expression} is a \grammarterm {qualified-id} that names a
1251
1251
constructor\iref {class.qual }.
1252
1252
\end {itemize }
1253
-
1253
+ Constructors do not have names.
1254
1254
In a constructor declaration, each \grammarterm {decl-specifier} in the optional
1255
1255
\grammarterm {decl-specifier-seq} shall be \tcode {friend}, \tcode {inline},
1256
1256
\tcode {constexpr}, or an \grammarterm {explicit-specifier}.
2112
2112
\indextext {special member function|see{destructor}}%
2113
2113
2114
2114
\pnum
2115
- In a declaration of a prospective destructor, the \grammarterm {declarator} is a
2115
+ A \defnadj {prospective}{destructor} is introduced by a declaration
2116
+ whose \grammarterm {declarator} is a
2116
2117
function declarator\iref {dcl.fct } of the form
2117
2118
2118
2119
\begin {ncbnf }
Original file line number Diff line number Diff line change 6427
6427
members that have been defined at the point of instantiation.
6428
6428
6429
6429
\pnum
6430
- An explicit instantiation of a prospective destructor
6430
+ An explicit instantiation of a prospective destructor\iref { class.dtor }
6431
6431
shall name the selected destructor of the class.
6432
6432
6433
6433
\pnum
You can’t perform that action at this time.
0 commit comments