Skip to content

Commit c58504c

Browse files
committed
[execpol] Don't include namespace in \indexlibraryglobal.
1 parent 5913db3 commit c58504c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/utilities.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15276,7 +15276,7 @@
1527615276

1527715277
\rSec2[execpol.seq]{Sequenced execution policy}
1527815278

15279-
\indexlibraryglobal{execution::sequenced_policy}%
15279+
\indexlibraryglobal{sequenced_policy}%
1528015280
\begin{itemdecl}
1528115281
class execution::sequenced_policy { @\unspec@ };
1528215282
\end{itemdecl}
@@ -15296,7 +15296,7 @@
1529615296

1529715297
\rSec2[execpol.par]{Parallel execution policy}
1529815298

15299-
\indexlibraryglobal{execution::parallel_policy}%
15299+
\indexlibraryglobal{parallel_policy}%
1530015300
\begin{itemdecl}
1530115301
class execution::parallel_policy { @\unspec@ };
1530215302
\end{itemdecl}
@@ -15316,7 +15316,7 @@
1531615316

1531715317
\rSec2[execpol.parunseq]{Parallel and unsequenced execution policy}
1531815318

15319-
\indexlibraryglobal{execution::parallel_unsequenced_policy}%
15319+
\indexlibraryglobal{parallel_unsequenced_policy}%
1532015320
\begin{itemdecl}
1532115321
class execution::parallel_unsequenced_policy { @\unspec@ };
1532215322
\end{itemdecl}
@@ -15337,7 +15337,7 @@
1533715337

1533815338
\rSec2[execpol.unseq]{Unsequenced execution policy}
1533915339

15340-
\indexlibraryglobal{execution::unsequenced_policy}%
15340+
\indexlibraryglobal{unsequenced_policy}%
1534115341
\begin{itemdecl}
1534215342
class execution::unsequenced_policy { @\unspec@ };
1534315343
\end{itemdecl}

0 commit comments

Comments
 (0)