Skip to content

Commit 9e033f9

Browse files
committed
Added a sentence that was mistakenly removed. Also fixed name to remove &&
1 parent a9e6f8f commit 9e033f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

algorithms.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ <h1><code>ExecutionPolicy</code> algorithm overloads</h1>
173173
corresponding algorithms with the same name
174174
in the C++ Standard Algorithms Library,
175175
the overloads shall have an additional template type parameter named
176-
<code>ExecutionPolicy&amp;&amp;</code>, which shall be the first template parameter.
176+
<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&amp;&amp;</code>.
177180

178181
</ins2>
179182

0 commit comments

Comments
 (0)