Skip to content

Commit a32040b

Browse files
committed
[class.copy.ctor] Remove reference to non-existing example
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit a32040b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@
15941594
\tcode{X}
15951595
performs a memberwise copy/move of its bases and members.
15961596
\begin{note}
1597-
Default member initializers of non-static data members are ignored. See also the example in~\ref{class.base.init}.
1597+
Default member initializers of non-static data members are ignored.
15981598
\end{note}
15991599
The order of initialization is the same as the order of initialization of bases
16001600
and members in a user-defined constructor (see~\ref{class.base.init}).

0 commit comments

Comments
 (0)