Skip to content

Commit 3ec6173

Browse files
[class.base.init] Use \defnadj to introduce delegating and target constructor (#6252)
1 parent 4514233 commit 3ec6173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5461,8 +5461,8 @@
54615461
\grammarterm{class-or-decltype} that denotes the constructor's class itself. If a
54625462
\grammarterm{mem-initializer-id} designates the constructor's class,
54635463
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}.
54665466
The target constructor is selected by overload resolution.
54675467
Once the target constructor returns, the body of the delegating constructor
54685468
is executed. If a constructor delegates to itself directly or indirectly,

0 commit comments

Comments
 (0)