Skip to content

Commit bc1bc84

Browse files
committed
Fixup for preceding commit: avoid overfull hboxes
1 parent 00580f0 commit bc1bc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14226,7 +14226,7 @@
1422614226
\item \tcode{fd} is the target object of \tcode{g}\iref{func.def}
1422714227
of type \tcode{FD},
1422814228
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},
1423014230
\item \tcode{call_args} is an argument pack
1423114231
used in a function call expression\iref{expr.call} of \tcode{g}.
1423214232
\end{itemize}
@@ -14266,7 +14266,7 @@
1426614266
\item \tcode{FD} is the type \tcode{decay_t<F>},
1426714267
\item \tcode{fd} is the target object of \tcode{g}\iref{func.def}
1426814268
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},
1427014270
\item \tcode{BoundArgs} is a pack of types
1427114271
equivalent to \tcode{\placeholdernc{DECAY_UNWRAP}(Args)...},
1427214272
\item \tcode{bound_args} is

0 commit comments

Comments
 (0)