Skip to content

Commit 1d467a8

Browse files
JohelEGPzygoloid
authored andcommitted
[func.require] Clarify which assignment operators
1 parent 4764fc9 commit 1d467a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13197,8 +13197,8 @@
1319713197
and lvalue arguments are delivered as lvalue references.
1319813198
A \defn{simple call wrapper} is a forwarding call wrapper that is
1319913199
\tcode{CopyConstructible} and \tcode{CopyAssignable} and
13200-
whose copy constructor, move constructor, and assignment operator
13201-
do not throw exceptions.
13200+
whose copy constructor, move constructor, copy assignment operator,
13201+
and move assignment operator do not throw exceptions.
1320213202
\begin{note}
1320313203
In a typical implementation
1320413204
forwarding call wrappers have an overloaded function call

0 commit comments

Comments
 (0)