Skip to content

Commit add4a5a

Browse files
committed
Add missing template parameter as reported by Bryce
1 parent 0e93d2c commit add4a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h1>Header <code>&lt;experimental/algorithm&gt;</code> synopsis</h1>
148148
<cxx-ref insynopsis="" to="parallel.alg.inductions"></cxx-ref> Support for inductions
149149
template&lt;class T&gt;
150150
<em>unspecified</em> induction(T&amp;&amp; var);
151-
template&lt;class T&gt;
151+
template&lt;class T<ins>, class S</ins>&gt;
152152
<em>unspecified</em> induction(T&amp;&amp; var, S stride);
153153

154154
<cxx-ref insynopsis="" to="parallel.alg.forloop"></cxx-ref> for_loop

0 commit comments

Comments
 (0)