Skip to content

Commit 906fd4d

Browse files
committed
[func.require] Convert restrictive 'which' to 'that'.
1 parent 84c3b3a commit 906fd4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13935,7 +13935,7 @@
1393513935
A \defn{simple call wrapper} is a perfect forwarding call wrapper that meets
1393613936
the \oldconcept{CopyConstructible} and \oldconcept{CopyAssignable} requirements
1393713937
and whose copy constructor, move constructor, and assignment operators
13938-
are constexpr functions which do not throw exceptions.
13938+
are constexpr functions that do not throw exceptions.
1393913939

1394013940
\pnum
1394113941
The copy/move constructor of an argument forwarding call wrapper has
@@ -15412,12 +15412,12 @@
1541215412
All placeholder types meet the \oldconcept{DefaultConstructible} and
1541315413
\oldconcept{CopyConstructible} requirements, and
1541415414
their default constructors and copy/move
15415-
constructors are constexpr functions which
15415+
constructors are constexpr functions that
1541615416
do not throw exceptions. It is \impldef{assignability of placeholder
1541715417
objects} whether
1541815418
placeholder types meet the \oldconcept{CopyAssignable} requirements,
1541915419
but if so, their copy assignment operators are
15420-
constexpr functions which do not throw exceptions.
15420+
constexpr functions that do not throw exceptions.
1542115421

1542215422
\pnum
1542315423
Placeholders should be defined as:

0 commit comments

Comments
 (0)