Skip to content

Commit 7e92023

Browse files
jfbastientkoeppe
authored andcommitted
[execpol] rename "vec" to "unsequenced" (#972)
Update missed updates.
1 parent 24d1797 commit 7e92023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18319,7 +18319,7 @@
1831918319
// \ref{execpol.par}, parallel execution policy:
1832018320
class parallel_policy;
1832118321

18322-
// \ref{execpol.vec}, parallel+unsequenced execution policy:
18322+
// \ref{execpol.parunseq}, parallel+unsequenced execution policy:
1832318323
class parallel_unsequenced_policy;
1832418324

1832518325
// \ref{parallel.execpol.objects}, execution policy objects:
@@ -18386,7 +18386,7 @@
1838618386
a parallel algorithm's execution may be parallelized.
1838718387
\end{itemdescr}
1838818388

18389-
\rSec2[execpol.vec]{Parallel+Vector execution policy}
18389+
\rSec2[execpol.parunseq]{Parallel+Unsequenced execution policy}
1839018390

1839118391
\indexlibrary{\idxcode{execution::parallel_unsequenced_policy}}%
1839218392
\begin{itemdecl}

0 commit comments

Comments
 (0)