This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
gcc/libstdc++-v3 ChangeLog.libstdcxx_so_7-bran ...
- From: paolo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Date: 9 Sep 2005 09:07:23 -0000
- Subject: gcc/libstdc++-v3 ChangeLog.libstdcxx_so_7-bran ...
CVSROOT: /cvs/gcc
Module name: gcc
Branch: libstdcxx_so_7-branch
Changes by: paolo@gcc.gnu.org 2005-09-09 09:07:23
Modified files:
libstdc++-v3 : ChangeLog.libstdcxx_so_7-branch
libstdc++-v3/testsuite: testsuite_rvalref.h
libstdc++-v3/include/bits: stl_construct.h stl_uninitialized.h
stl_vector.h vector.tcc
Added files:
libstdc++-v3/testsuite/23_containers/vector/modifiers:
moveable.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/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.68&r2=1.1.2.69
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_rvalref.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_construct.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.17.6.3&r2=1.17.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_uninitialized.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.19.6.3&r2=1.19.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_vector.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.47.2.10&r2=1.47.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/vector.tcc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.16.2.6&r2=1.16.2.7