We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d382ea4 commit 136312cCopy full SHA for 136312c
source/algorithms.tex
@@ -270,11 +270,11 @@
270
271
\rSec1[algorithms.parallel]{Parallel algorithms}
272
273
+\rSec2[algorithms.parallel.defns]{Preamble}
274
\pnum
-This subclause describes components that \Cpp{} programs may use
275
+Subclause \ref{algorithms.parallel} describes components that \Cpp{} programs may use
276
to perform operations on containers and other sequences in parallel.
277
-\rSec2[algorithms.parallel.defns]{Terms and definitions}
278
279
A \defn{parallel algorithm} is a function template listed in this document
280
with a template parameter named \tcode{ExecutionPolicy}.
0 commit comments