r129048 - in /trunk/libstdc++-v3: ChangeLog inc...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Sat Oct 6 02:33:00 GMT 2007


Author: paolo
Date: Sat Oct  6 02:33:12 2007
New Revision: 129048

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129048
Log:
2007-10-05  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/23_containers/map/moveable.cc: Remove dg-require-rvalref.
	* testsuite/23_containers/multimap/moveable.cc: Likewise.
	* testsuite/23_containers/set/moveable.cc: Likewise. 
	* testsuite/23_containers/multiset/moveable.cc: Likewise.
	* testsuite/23_containers/deque/moveable.cc: Likewise. 
	* testsuite/23_containers/list/moveable.cc: Likewise. 
	* testsuite/23_containers/vector/moveable.cc: Likewise. 
	* include/std/utility: Use _GLIBCXX_BEGIN_NAMESPACE.

2007-10-05  Paolo Carlini  <pcarlini@suse.de>
	    Chris Jefferson  <chris@bubblescope.net>

	* include/bits/stl_iterator.h (class move_iterator,
	make_move_iterator): Add.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_iterator.h
    trunk/libstdc++-v3/include/std/utility
    trunk/libstdc++-v3/testsuite/23_containers/deque/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/list/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/map/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/multimap/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/multiset/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/set/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/moveable.cc



More information about the Libstdc++-cvs mailing list