File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13935
13935
A \defn{simple call wrapper} is a perfect forwarding call wrapper that meets
13936
13936
the \oldconcept{CopyConstructible} and \oldconcept{CopyAssignable} requirements
13937
13937
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.
13939
13939
13940
13940
\pnum
13941
13941
The copy/move constructor of an argument forwarding call wrapper has
@@ -15412,12 +15412,12 @@
15412
15412
All placeholder types meet the \oldconcept{DefaultConstructible} and
15413
15413
\oldconcept{CopyConstructible} requirements, and
15414
15414
their default constructors and copy/move
15415
- constructors are constexpr functions which
15415
+ constructors are constexpr functions that
15416
15416
do not throw exceptions. It is \impldef{assignability of placeholder
15417
15417
objects} whether
15418
15418
placeholder types meet the \oldconcept{CopyAssignable} requirements,
15419
15419
but if so, their copy assignment operators are
15420
- constexpr functions which do not throw exceptions.
15420
+ constexpr functions that do not throw exceptions.
15421
15421
15422
15422
\pnum
15423
15423
Placeholders should be defined as:
You can’t perform that action at this time.
0 commit comments