Skip to content

Commit b51a4a1

Browse files
committed
Remove redlining from [parallel.execpol.objects]
1 parent ef1e07e commit b51a4a1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

execution_policies.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,10 @@ <h1>Vector execution policy</h1>
6262
<h1>Execution policy objects</h1>
6363

6464
<pre>
65-
<del>constexpr sequential_execution_policy seq{};
66-
constexpr parallel_execution_policy par{};
67-
constexpr parallel_vector_execution_policy par_vec{};</del>
68-
<ins>constexpr execution::unsequenced_policy unseq{};
69-
constexpr execution::vector_policy vec{};</ins>
65+
constexpr execution::unsequenced_policy unseq{};
66+
constexpr execution::vector_policy vec{};
7067
</pre>
7168

72-
<p>The header <code>&lt;experimental/execution<del>_policy</del>&gt;</code> declares a global object associated with each type of execution policy defined by this Technical Specification.</p>
69+
<p>The header <code>&lt;experimental/execution&gt;</code> declares a global object associated with each type of execution policy defined by this Technical Specification.</p>
7370
</cxx-section>
7471
</cxx-clause>

0 commit comments

Comments
 (0)