We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1ff31 commit 403497cCopy full SHA for 403497c
algorithms.html
@@ -148,8 +148,8 @@ <h1><code>ExecutionPolicy</code> algorithm overloads</h1>
148
<p>
149
Parallel algorithms coexist alongside their sequential counterparts as overloads
150
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&&</code>.
+ is the first template parameter and corresponds to the parallel algorithm's first function
+ parameter, whose type is <code>ExecutionPolicy&&</code>.
153
</p>
154
155
0 commit comments