Skip to content

Commit fbb1a6e

Browse files
authored
[execpol.unseq] Fix missing \itemdescr (#5931)
1 parent 8b38857 commit fbb1a6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/utilities.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15115,6 +15115,7 @@
1511515115
class execution::unsequenced_policy { @\unspec@ };
1511615116
\end{itemdecl}
1511715117

15118+
\begin{itemdescr}
1511815119
\pnum
1511915120
The class \tcode{unsequenced_policy} is an execution policy type
1512015121
used as a unique type to disambiguate parallel algorithm overloading and
@@ -15127,6 +15128,7 @@
1512715128
the \tcode{execution::unsequenced_policy} policy,
1512815129
if the invocation of an element access function exits via an exception,
1512915130
\tcode{terminate} is invoked\iref{except.terminate}.
15131+
\end{itemdescr}
1513015132

1513115133
\rSec2[execpol.objects]{Execution policy objects}
1513215134

0 commit comments

Comments
 (0)