Skip to content

Commit 20ab6b1

Browse files
committed
[exec.snd] Harmonize subclause titles
Drop unnecessary 'std::' prefix Fixes NB FR-033-335 (C++26 CD).
1 parent 3c0ac90 commit 20ab6b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/exec.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4884,7 +4884,7 @@
48844884
});
48854885
\end{codeblock}
48864886

4887-
\rSec3[exec.associate]{\tcode{std::execution::associate}}
4887+
\rSec3[exec.associate]{\tcode{execution::associate}}
48884888

48894889
\pnum
48904890
\tcode{associate} tries to associate
@@ -5141,7 +5141,7 @@
51415141
may cause side effects observable
51425142
via \tcode{token}{'s} associated async scope object.
51435143

5144-
\rSec3[exec.stop.when]{Exposition-only \tcode{std::execution::\exposid{stop-when}}}
5144+
\rSec3[exec.stop.when]{Exposition-only \tcode{execution::\exposid{stop-when}}}
51455145

51465146
\pnum
51475147
%%FIXME: Should stop-when be declared somewhere as \expos?
@@ -5217,7 +5217,7 @@
52175217
\end{itemize}
52185218
\end{itemize}
52195219

5220-
\rSec3[exec.spawn.future]{\tcode{std::execution::spawn_future}}
5220+
\rSec3[exec.spawn.future]{\tcode{execution::spawn_future}}
52215221

52225222
\pnum
52235223
\tcode{spawn_future} attempts to associate the given input sender
@@ -5830,7 +5830,7 @@
58305830
\end{itemize}
58315831
\end{itemize}
58325832

5833-
\rSec3[exec.spawn]{\tcode{std::execution::spawn}}
5833+
\rSec3[exec.spawn]{\tcode{execution::spawn}}
58345834

58355835
\pnum
58365836
\tcode{spawn} attempts to associate the given input sender with

0 commit comments

Comments
 (0)