File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5461
5461
\grammarterm {class-or-decltype} that denotes the constructor's class itself. If a
5462
5462
\grammarterm {mem-initializer-id} designates the constructor's class,
5463
5463
it shall be the only \grammarterm {mem-initializer}; the constructor
5464
- is a \term {delegating constructor}, and the constructor selected by the
5465
- \grammarterm {mem-initializer} is the \term {target constructor}.
5464
+ is a \defnadj {delegating}{ constructor}, and the constructor selected by the
5465
+ \grammarterm {mem-initializer} is the \defnadj {target}{ constructor}.
5466
5466
The target constructor is selected by overload resolution.
5467
5467
Once the target constructor returns, the body of the delegating constructor
5468
5468
is executed. If a constructor delegates to itself directly or indirectly,
You can’t perform that action at this time.
0 commit comments