Skip to content

Commit 52d9b8e

Browse files
authored
[func.require, func.wrap.func.inv] Use defined term "target object" (#4739)
1 parent 9c165e0 commit 52d9b8e

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
@@ -13743,7 +13743,7 @@
1374313743
and \oldconcept{Destructible} requirements.
1374413744
An \defn{argument forwarding call wrapper} is a
1374513745
call wrapper that can be called with an arbitrary argument list
13746-
and delivers the arguments to the wrapped callable object as references.
13746+
and delivers the arguments to the target object as references.
1374713747
This forwarding step delivers rvalue arguments as rvalue references
1374813748
and lvalue arguments as lvalue references.
1374913749
\begin{note}
@@ -15911,7 +15911,7 @@
1591115911
\pnum
1591215912
\throws
1591315913
\tcode{bad_function_call} if \tcode{!*this}; otherwise, any
15914-
exception thrown by the wrapped callable object.
15914+
exception thrown by the target object.
1591515915
\end{itemdescr}
1591615916

1591715917
\rSec4[func.wrap.func.targ]{Target access}

0 commit comments

Comments
 (0)