Skip to content

Commit 403497c

Browse files
committed
Specify that the ExecutionPolicy template parameter is the first formal
template parameter of a parallel algorithm overload. Fixes n3554/n3554#51
1 parent 2c1ff31 commit 403497c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ <h1><code>ExecutionPolicy</code> algorithm overloads</h1>
148148
<p>
149149
Parallel algorithms coexist alongside their sequential counterparts as overloads
150150
distinguished by a formal template parameter named <code>ExecutionPolicy</code>. This
151-
template parameter corresponds to the parallel algorithm's first function parameter, whose
152-
type is <code>ExecutionPolicy&amp;&amp;</code>.
151+
is the first template parameter and corresponds to the parallel algorithm's first function
152+
parameter, whose type is <code>ExecutionPolicy&amp;&amp;</code>.
153153
</p>
154154

155155
<p>

0 commit comments

Comments
 (0)