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 a9e6f8f commit 9e033f9Copy full SHA for 9e033f9
algorithms.html
@@ -173,7 +173,10 @@ <h1><code>ExecutionPolicy</code> algorithm overloads</h1>
173
corresponding algorithms with the same name
174
in the C++ Standard Algorithms Library,
175
the overloads shall have an additional template type parameter named
176
-<code>ExecutionPolicy&&</code>, which shall be the first template parameter.
+<code>ExecutionPolicy</code>, which shall be the first template parameter.
177
+
178
+In addition, each such overload shall have the new function parameter as the
179
+first function parameter of type <code>ExecutionPolicy&&</code>.
180
181
</ins2>
182
0 commit comments