Skip to content

Commit cf064ea

Browse files
committed
Simplify 4.1.1.6
Fixes n3554/n3554#63
1 parent d8cd02a commit cf064ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

algorithms.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ <h1>Effect of execution policies on algorithm execution</h1>
133133

134134
<p>
135135
Algorithms invoked with an execution policy object of type <code>execution_policy</code>
136-
execute internally as if invoked with instances of type
137-
<code>sequential_execution_policy</code>, <code>parallel_execution_policy</code>, or an
138-
implementation-defined execution policy type depending on the dynamic value of the
139-
<code>execution_policy</code> object.
136+
execute internally as if invoked with the contained execution policy object.
140137
</p>
141138

142139
<p>

0 commit comments

Comments
 (0)