You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/async.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -227,9 +227,9 @@
227
227
In Table~\ref{tab:async.reqmts.executor.requirements},
228
228
\tcode{x1} and \tcode{x2} denote values of type \tcode{X} or \tcode{const X},
229
229
\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,
231
231
\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}),
0 commit comments