Skip to content

Commit ca6f497

Browse files
committed
[futures.async] Reduce spacing after INVOKE, DECAY_COPY
See also 025f115 and #1510.
1 parent cdd6dda commit ca6f497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4813,8 +4813,8 @@
48134813
satisfy the
48144814
\tcode{MoveConstructible} requirements, and
48154815
\begin{codeblock}
4816-
@\placeholder{INVOKE}@(@\placeholder{DECAY_COPY}@(std::forward<F>(f)),
4817-
@\itcorr[1]\placeholder{DECAY_COPY}@(std::forward<Args>(args))...) // see \ref{func.require}, \ref{thread.thread.constr}
4816+
@\placeholdernc{INVOKE}@(@\placeholdernc{DECAY_COPY}@(std::forward<F>(f)),
4817+
@\placeholdernc{DECAY_COPY}@(std::forward<Args>(args))...) // see \ref{func.require}, \ref{thread.thread.constr}
48184818
\end{codeblock}
48194819
shall be a valid expression.
48204820

0 commit comments

Comments
 (0)