Skip to content

Commit b0a7109

Browse files
committed
[async.exec.binder] Rephrase to fix overfull hbox warning
Also avoids starting the paragraph with a lowercase name in code font.
1 parent 09f8591 commit b0a7109

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/async.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,10 @@
14841484

14851485
\indexlibrary{\idxcode{executor_binder}}%
14861486
\pnum
1487-
\tcode{executor_binder<T, Executor>} binds an executor of type \tcode{Executor} satisfying Executor requirements~(\ref{async.reqmts.executor}) to an object or function of type \tcode{T}.
1487+
The class template \tcode{executor_binder} binds executors to objects.
1488+
A specialization \tcode{executor_binder<T, Executor>} binds
1489+
an executor of type \tcode{Executor} satisfying the Executor requirements~(\ref{async.reqmts.executor})
1490+
to an object or function of type \tcode{T}.
14881491

14891492
\begin{codeblock}
14901493
namespace std {

0 commit comments

Comments
 (0)