File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14226
14226
\item \tcode{fd} is the target object of \tcode{g}\iref{func.def}
14227
14227
of type \tcode{FD},
14228
14228
initialized with
14229
- the \grammarterm{initializer} \tcode{(std::forward<F>(f))}\iref{dcl.init},
14229
+ the \grammarterm{initializer} \tcode{(std::forward<F>(f\brk{} ))}\iref{dcl.init},
14230
14230
\item \tcode{call_args} is an argument pack
14231
14231
used in a function call expression\iref{expr.call} of \tcode{g}.
14232
14232
\end{itemize}
14266
14266
\item \tcode{FD} is the type \tcode{decay_t<F>},
14267
14267
\item \tcode{fd} is the target object of \tcode{g}\iref{func.def}
14268
14268
of type \tcode{FD} initialized with
14269
- the \grammarterm{initializer} \tcode{(std::forward<F>(f))}\iref{dcl.init},
14269
+ the \grammarterm{initializer} \tcode{(std::forward<F>(\brk{} f))}\iref{dcl.init},
14270
14270
\item \tcode{BoundArgs} is a pack of types
14271
14271
equivalent to \tcode{\placeholdernc{DECAY_UNWRAP}(Args)...},
14272
14272
\item \tcode{bound_args} is
You can’t perform that action at this time.
0 commit comments