This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/libstdc++-v3/testsuite/performance/25_algo ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	libstdcxx_so_7-branch
Changes by:	paolo@gcc.gnu.org	2005-09-09 09:15:55

Modified files:
	libstdc++-v3/testsuite/performance/25_algorithms: sort.cc 

Log message:
	2005-09-09  Chris Jefferson <chris@bubblescope.net>
	
	* include/bits/stl_construct.h (_Construct_move_a): New.
	* include/bits/stl_uninitialized.h (__uninitialized_move,
	__uninitialized_move_a): New.
	* include/bits/stl_vector.h (vector::_M_allocate_and_move): New.
	* include/bits/vector.tcc (vector::reserve, vector::_M_insert_aux,
	vector::_M_fill_insert, vector::_M_range_insert): Make rvalref aware.
	* testsuite/23_containers/vector/modifiers/moveable.cc: New.
	* testsuite/testsuite_rvalref.h (rvalstruct): Add documentation.
	(copycounter): New.
	
	2005-09-09  Paolo Carlini  <pcarlini@suse.de>
	
	*testsuite/performance/25_algorithms (sort.cc): Rename
	__is_moveable<int_wrap>::value -> __value.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.1&r2=1.1.2.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]