File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
27
27
\rSec 1[parallel.execpol.unseq]{Unsequenced execution policy}
28
28
29
- \begin {itemdecl }
30
- class unsequenced_policy{ @\unspec@ };
31
- \end {itemdecl }
29
+ \begin {codeblock }
30
+ class unsequenced_policy { @\unspec@ };
31
+ \end {codeblock }
32
32
33
33
\pnum
34
34
The class \tcode {unsequenced_policy} is an execution policy type used as
54
54
55
55
\rSec 1[parallel.execpol.vec]{Vector execution policy}
56
56
57
- \begin {itemdecl }
58
- class vector_policy{ @\unspec@ };
59
- \end {itemdecl }
57
+ \begin {codeblock }
58
+ class vector_policy { @\unspec@ };
59
+ \end {codeblock }
60
60
61
61
\pnum
62
62
The class \tcode {vector_policy} is an execution policy type used as a
86
86
87
87
\rSec 1[parallel.execpol.objects]{Execution policy objects}
88
88
89
- \begin {itemdecl }
89
+ \begin {codeblock }
90
90
inline constexpr execution::unsequenced_policy unseq{ @\unspec@ };
91
91
inline constexpr execution::vector_policy vec{ @\unspec@ };
92
- \end {itemdecl }
92
+ \end {codeblock }
93
93
94
94
\pnum
95
95
The header \tcode {<experimental/execution>} declares a global object
You can’t perform that action at this time.
0 commit comments