Skip to content

Commit 8213044

Browse files
committed
Apply editorial corrections
Fixes #54
1 parent 35cb28f commit 8213044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: execution_policies.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ <h1>Vector execution policy</h1>
6262
<h1>Execution policy objects</h1>
6363

6464
<pre>
65-
constexpr execution::unsequenced_policy unseq{};
66-
constexpr execution::vector_policy vec{};
65+
<ins>inline </ins>constexpr execution::unsequenced_policy unseq{};
66+
<ins>inline </ins>constexpr execution::vector_policy vec{};
6767
</pre>
6868

6969
<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>

0 commit comments

Comments
 (0)