Skip to content

Commit 0bc6255

Browse files
committed
operator+ -> binary_op in reduce's note.
Fixes n3554/n3554#60
1 parent c0b5b4f commit 0bc6255

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
@@ -539,7 +539,7 @@ <h1>Reduce</h1>
539539

540540
<cxx-note>
541541
The primary difference between <code>reduce</code> and <code>accumulate</code> is that the behavior
542-
of <code>reduce</code> may be non-deterministic for non-associative or non-commutative <code>operator+</code>.
542+
of <code>reduce</code> may be non-deterministic for non-associative or non-commutative <code>binary_op</code>.
543543
</cxx-note>
544544
</cxx-function>
545545
</cxx-section>

0 commit comments

Comments
 (0)