[Bug libstdc++/58357] [5 Regression] In C++11 std::rotate(first, middle, last) now should return a forward iterator to first + (last - middle).
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 19 10:27:00 GMT 2015
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
More information about the Gcc-bugs
mailing list