2015-05-20 François Dumont <fdumont@gcc.gnu.org>
commit39cf4264705f24407d560f8481f167358a038daf
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 May 2015 19:02:22 +0000 (20 19:02 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 May 2015 19:02:22 +0000 (20 19:02 +0000)
tree8344fafd34f2f367574607fe9040390e943c2549
parent64ab0923b1cf6dc35be1f49f2b6ee8cf0a744918
2015-05-20  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/cpp_type_traits.h
(std::move_iterator): Delete declaration.
(std::__is_move_iterator<move_iterator>): Move partial specialization...
* include/bits/stl_iterator.h: ... here.
(std::__miter_base): Overloads for std::reverse_iterator and
std::move_iterator.
* include/bits/stl_algobase.h (std::__miter_base): Provide default
implementation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223453 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/cpp_type_traits.h
libstdc++-v3/include/bits/stl_algobase.h
libstdc++-v3/include/bits/stl_iterator.h