Skip to content

Commit d892ebc

Browse files
committed
[optional.swap] Fix singular->plural tense that was missed in LWG4015.
1 parent 033f7e5 commit d892ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4060,7 +4060,7 @@
40604060
\pnum
40614061
If any exception is thrown, the results of the expressions \tcode{this->has_value()} and \tcode{rhs.has_value()} remain unchanged.
40624062
If an exception is thrown during the call to function \tcode{swap},
4063-
the state of \exposid{val} and \tcode{rhs.\exposid{val}} is determined by the exception safety guarantee of \tcode{swap} for lvalues of \tcode{T}.
4063+
the states of \exposid{val} and \tcode{rhs.\exposid{val}} are determined by the exception safety guarantee of \tcode{swap} for lvalues of \tcode{T}.
40644064
If an exception is thrown during the call to \tcode{T}'s move constructor,
40654065
the states of \exposid{val} and \tcode{rhs.\exposid{val}} are determined by the exception safety guarantee of \tcode{T}'s move constructor.
40664066
\end{itemdescr}

0 commit comments

Comments
 (0)