Skip to content

Commit ef93afa

Browse files
zygoloidtkoeppe
authored andcommitted
[class.inhctor.init] Add missing closing paren from P0136R1.
1 parent 2424079 commit ef93afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/special.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,7 @@
20332033
\pnum
20342034
When a constructor for type \tcode{B} is invoked
20352035
to initialize an object of a different type \tcode{D}
2036-
(that is, when the constructor was inherited~(\ref{namespace.udecl}),
2036+
(that is, when the constructor was inherited~(\ref{namespace.udecl})),
20372037
initialization proceeds as if a defaulted default constructor
20382038
were used to initialize the \tcode{D} object and
20392039
each base class subobject from which the constructor was inherited,

0 commit comments

Comments
 (0)