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 c0b5b4f commit 0bc6255Copy full SHA for 0bc6255
algorithms.html
@@ -539,7 +539,7 @@ <h1>Reduce</h1>
539
540
<cxx-note>
541
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>.
+ of <code>reduce</code> may be non-deterministic for non-associative or non-commutative <code>binary_op</code>.
543
</cxx-note>
544
</cxx-function>
545
</cxx-section>
0 commit comments