From 20ab6b1bfc323d5e239339c0361f44927315b4a2 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 4 Oct 2025 19:51:24 +0200 Subject: [PATCH] [exec.snd] Harmonize subclause titles Drop unnecessary 'std::' prefix Fixes NB FR-033-335 (C++26 CD). --- source/exec.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index e1870a2de9..29a55e11a7 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -4884,7 +4884,7 @@ }); \end{codeblock} -\rSec3[exec.associate]{\tcode{std::execution::associate}} +\rSec3[exec.associate]{\tcode{execution::associate}} \pnum \tcode{associate} tries to associate @@ -5141,7 +5141,7 @@ may cause side effects observable via \tcode{token}{'s} associated async scope object. -\rSec3[exec.stop.when]{Exposition-only \tcode{std::execution::\exposid{stop-when}}} +\rSec3[exec.stop.when]{Exposition-only \tcode{execution::\exposid{stop-when}}} \pnum %%FIXME: Should stop-when be declared somewhere as \expos? @@ -5217,7 +5217,7 @@ \end{itemize} \end{itemize} -\rSec3[exec.spawn.future]{\tcode{std::execution::spawn_future}} +\rSec3[exec.spawn.future]{\tcode{execution::spawn_future}} \pnum \tcode{spawn_future} attempts to associate the given input sender @@ -5830,7 +5830,7 @@ \end{itemize} \end{itemize} -\rSec3[exec.spawn]{\tcode{std::execution::spawn}} +\rSec3[exec.spawn]{\tcode{execution::spawn}} \pnum \tcode{spawn} attempts to associate the given input sender with