Skip to content

Commit b626862

Browse files
jwakelyzygoloid
authored andcommitted
[futures.async] remove parens from DECAY_COPY()
1 parent fe2e067 commit b626862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4838,7 +4838,7 @@
48384838
\tcode{\placeholdernc{DECAY_COPY}(std::forward<Args>(args))...)}
48394839
(\ref{func.require}, \ref{thread.thread.constr})
48404840
as if in a new thread of execution represented by a \tcode{thread} object
4841-
with the calls to \tcode{\placeholdernc{DECAY_COPY}()} being evaluated in the thread that called \tcode{async}.
4841+
with the calls to \tcode{\placeholder{DECAY_COPY}} being evaluated in the thread that called \tcode{async}.
48424842
Any return value
48434843
is stored as the result in the
48444844
shared state. Any exception propagated from

0 commit comments

Comments
 (0)