https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58357
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- Summary|In C++11 std::rotate(first, |[5 Regression] In C++11 |middle, last) now should |std::rotate(first, middle, |return a forward iterator |last) now should return a |to first + (last - |forward iterator to first |middle). |+ (last - middle). --- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- Reopening as a reminder to fix the ABI problem Marc pointed out: https://gcc.gnu.org/ml/libstdc++/2015-01/msg00087.html