Skip to content

Commit f52687e

Browse files
committed
[func.wrap.func.con] Fix error in note
This note should be talking about the callable object being wrapped, i.e., f, rather than its "target", which makes no sense for arbitrary callable objects. This seems to be a copy/paste error from the very similar note in the copy constructor's description a few paragraphs above.
1 parent 9ff5696 commit f52687e

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
@@ -8823,7 +8823,7 @@
88238823
initialized with \tcode{std::move(f)}.
88248824
\enternote Implementations are encouraged to avoid the use of
88258825
dynamically allocated memory for small callable objects, for example,
8826-
where \tcode{f}'s target is an object holding only a pointer or
8826+
where \tcode{f} is an object holding only a pointer or
88278827
reference to an object and a member function pointer. \exitnote
88288828

88298829
\pnum

0 commit comments

Comments
 (0)