Skip to content

Commit 224f6ba

Browse files
burblebeetkoeppe
authored andcommitted
CWG2690 Semantics of defaulted move assignment operator for unions
1 parent e2fb7e3 commit 224f6ba

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
@@ -1944,7 +1944,7 @@
19441944
\end{example}
19451945

19461946
\pnum
1947-
The implicitly-defined copy assignment operator for a
1947+
The implicitly-defined copy/move assignment operator for a
19481948
union \tcode{X} copies the object representation\iref{term.object.representation} of \tcode{X}.
19491949
If the source and destination of the assignment are not the same object, then
19501950
for each object nested within\iref{intro.object}

0 commit comments

Comments
 (0)