From 27eb3c990aa25ccb34c404c0ad85abc37fe78921 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 5 Oct 2025 07:44:02 +0200 Subject: [PATCH] [algorithms.parallel.overloads] Rename subclause title Fixes NB US 156-254 (C++26 CD). --- source/algorithms.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/algorithms.tex b/source/algorithms.tex index 3867b7cd58..7b92b9bf7e 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -593,7 +593,7 @@ if the invocation of an element access function exits via an uncaught exception, the behavior is determined by the execution policy. -\rSec2[algorithms.parallel.overloads]{\tcode{ExecutionPolicy} algorithm overloads} +\rSec2[algorithms.parallel.overloads]{Parallel algorithm overloads} \pnum Parallel algorithms are algorithm overloads.