Skip to content

Commit 776bc28

Browse files
jensmaurertkoeppe
authored andcommitted
[exec.snd] Harmonize subclause titles
Drop unnecessary 'std::' prefix Fixes NB FR-033-335 (C++26 CD).
1 parent 42793d0 commit 776bc28

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
@@ -4892,7 +4892,7 @@
48924892
});
48934893
\end{codeblock}
48944894

4895-
\rSec3[exec.associate]{\tcode{std::execution::associate}}
4895+
\rSec3[exec.associate]{\tcode{execution::associate}}
48964896

48974897
\pnum
48984898
\tcode{associate} tries to associate
@@ -5149,7 +5149,7 @@
51495149
may cause side effects observable
51505150
via \tcode{token}{'s} associated async scope object.
51515151

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

51545154
\pnum
51555155
%%FIXME: Should stop-when be declared somewhere as \expos?
@@ -5225,7 +5225,7 @@
52255225
\end{itemize}
52265226
\end{itemize}
52275227

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

52305230
\pnum
52315231
\tcode{spawn_future} attempts to associate the given input sender
@@ -5838,7 +5838,7 @@
58385838
\end{itemize}
58395839
\end{itemize}
58405840

5841-
\rSec3[exec.spawn]{\tcode{std::execution::spawn}}
5841+
\rSec3[exec.spawn]{\tcode{execution::spawn}}
58425842

58435843
\pnum
58445844
\tcode{spawn} attempts to associate the given input sender with

0 commit comments

Comments
 (0)