]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/58357 (In C++11 std::rotate(first, middle, last) now should return...
authorJonathan Wakely <jwakely@redhat.com>
Thu, 19 Feb 2015 20:57:40 +0000 (20:57 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 19 Feb 2015 20:57:40 +0000 (20:57 +0000)
commit87839f22d2cc6b6c550f9b971275bf55d61cb84c
treec8833cc30fd4e005bd82ec30809eedeb7e286538
parent1c10e0cecc0c99f9b729beea47bbfb563c5dd84e
re PR libstdc++/58357 (In C++11 std::rotate(first, middle, last) now should return a forward iterator to  first + (last - middle).)

PR libstdc++/58357
* include/bits/algorithmfwd.h (rotate): Move to inline namespace _V2.
* include/bits/stl_algo.h (__rotate, rotate): Likewise.

From-SVN: r220823
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/algorithmfwd.h
libstdc++-v3/include/bits/stl_algo.h