Skip to content

Commit 136312c

Browse files
jensmaurertkoeppe
authored andcommitted
[algorithms.parallel.defns] Rename to 'Preamble' (#3350)
and avoid hanging paragraph in [algorithms.parallel] by moving it here. Fixes NB JP 314 (C++20 CD)
1 parent d382ea4 commit 136312c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@
270270

271271
\rSec1[algorithms.parallel]{Parallel algorithms}
272272

273+
\rSec2[algorithms.parallel.defns]{Preamble}
273274
\pnum
274-
This subclause describes components that \Cpp{} programs may use
275+
Subclause \ref{algorithms.parallel} describes components that \Cpp{} programs may use
275276
to perform operations on containers and other sequences in parallel.
276277

277-
\rSec2[algorithms.parallel.defns]{Terms and definitions}
278278
\pnum
279279
A \defn{parallel algorithm} is a function template listed in this document
280280
with a template parameter named \tcode{ExecutionPolicy}.

0 commit comments

Comments
 (0)