Skip to content

Commit ab89171

Browse files
committed
[execpol] Don't include namespace in \indexlibraryglobal.
1 parent c81b6fe commit ab89171

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
@@ -15277,7 +15277,7 @@
1527715277

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

15280-
\indexlibraryglobal{execution::sequenced_policy}%
15280+
\indexlibraryglobal{sequenced_policy}%
1528115281
\begin{itemdecl}
1528215282
class execution::sequenced_policy { @\unspec@ };
1528315283
\end{itemdecl}
@@ -15297,7 +15297,7 @@
1529715297

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

15300-
\indexlibraryglobal{execution::parallel_policy}%
15300+
\indexlibraryglobal{parallel_policy}%
1530115301
\begin{itemdecl}
1530215302
class execution::parallel_policy { @\unspec@ };
1530315303
\end{itemdecl}
@@ -15317,7 +15317,7 @@
1531715317

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

15320-
\indexlibraryglobal{execution::parallel_unsequenced_policy}%
15320+
\indexlibraryglobal{parallel_unsequenced_policy}%
1532115321
\begin{itemdecl}
1532215322
class execution::parallel_unsequenced_policy { @\unspec@ };
1532315323
\end{itemdecl}
@@ -15338,7 +15338,7 @@
1533815338

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

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

0 commit comments

Comments
 (0)