We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2e067 commit b626862Copy full SHA for b626862
source/threads.tex
@@ -4838,7 +4838,7 @@
4838
\tcode{\placeholdernc{DECAY_COPY}(std::forward<Args>(args))...)}
4839
(\ref{func.require}, \ref{thread.thread.constr})
4840
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}.
+with the calls to \tcode{\placeholder{DECAY_COPY}} being evaluated in the thread that called \tcode{async}.
4842
Any return value
4843
is stored as the result in the
4844
shared state. Any exception propagated from
0 commit comments