Skip to content

Commit 02fe5b3

Browse files
committed
[async.reqmts.executor] Introduce type Func
Fixes NB GB-5 (PDTS)
1 parent edadb61 commit 02fe5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/async.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@
227227
In Table~\ref{tab:async.reqmts.executor.requirements},
228228
\tcode{x1} and \tcode{x2} denote values of type \tcode{X} or \tcode{const X},
229229
\tcode{mx1} denotes an xvalue of type \tcode{X},
230-
\tcode{f} denotes a \tcode{MoveConstructible} (\CppXref{moveconstructible}) function object callable with zero arguments,
230+
\tcode{f} denotes a function object of \tcode{MoveConstructible} (\CppXref{moveconstructible}) type \tcode{Func} such that \tcode{f()} is a valid expression,
231231
\tcode{a} denotes a value of type \tcode{A} or \tcode{const A}
232-
where \tcode{A} is a type meeting the \tcode{Allocator} requirements (\CppXref{allocator.requirements}),
232+
where \tcode{A} is a type meeting the \tcode{ProtoAllocator} requirements (\ref{async.reqmts.proto.allocator}),
233233
and \tcode{u} denotes an identifier.
234234

235235
\begin{libreqtab3}

0 commit comments

Comments
 (0)