[Bug libstdc++/84928] std::accumulate should move the accumulator argument

2018-07-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84928 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Fri Jul 6 14:16:13 2018 New Revision: 262477 URL: https://gcc.gnu.org/viewcvs?rev=262477&root=gcc&view=rev Log: PR libstdc++/84928 use std::move in algorithms P0616R0 altered the effe

[Bug libstdc++/84928] std::accumulate should move the accumulator argument

2018-07-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84928 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/84928] std::accumulate should move the accumulator argument

2018-03-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84928 --- Comment #1 from Jonathan Wakely --- This isn't a bug, because that change has only been in the working draft for a few months, and is not part of any published standard yet. https://wg21.link/p0616R0