Skip to content

Commit 03b279f

Browse files
committed
[async.assoc.exec.members] Improve wording for consistency with IS
Also fixes overfull hbox warnings.
1 parent be875e0 commit 03b279f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/async.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,9 @@
14151415

14161416
\begin{itemdescr}
14171417
\pnum
1418-
\ctype If \tcode{T} has a nested type \tcode{executor_type}, \tcode{typename T::executor_type}. Otherwise \tcode{Executor}.
1418+
\ctype If the \grammarterm{qualified-id} \tcode{T::executor_type}
1419+
is valid and denotes a type~(\CppXref{temp.deduct}), \tcode{T::executor_type}.
1420+
Otherwise \tcode{Executor}.
14191421
\end{itemdescr}
14201422

14211423
\begin{itemdecl}
@@ -1424,7 +1426,9 @@
14241426

14251427
\begin{itemdescr}
14261428
\pnum
1427-
\returns If \tcode{T} has a nested type \tcode{executor_type}, \tcode{t.get_executor()}. Otherwise \tcode{e}.
1429+
\returns If the \grammarterm{qualified-id} \tcode{T::executor_type}
1430+
is valid and denotes a type~(\CppXref{temp.deduct}), \tcode{t.get_executor()}.
1431+
Otherwise \tcode{e}.
14281432
\end{itemdescr}
14291433

14301434

0 commit comments

Comments
 (0)