From b1f922a126dcda78acb4bae055843e7a7321fe1d Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Wed, 23 Aug 2023 13:42:39 +0200 Subject: [PATCH] [basic.def.odr] Fix hyphenation of "{copy,move} assignment" --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index fbd3455c3b..7b29e927dd 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -489,7 +489,7 @@ \pnum An assignment operator function in a class is odr-used by an implicitly-defined -copy-assignment or move-assignment function for another class as specified +copy assignment or move assignment function for another class as specified in~\ref{class.copy.assign}. A constructor for a class is odr-used as specified in~\ref{dcl.init}. A destructor for a class is odr-used if it is potentially