------- Comment #1 from cvs-commit at gcc dot gnu dot org 2005-10-19 18:33 ------- Subject: Bug 23897
CVSROOT: /cvs/gcc Module name: gcc Branch: libstdcxx_so_7-branch Changes by: [EMAIL PROTECTED] 2005-10-19 18:33:21 Modified files: libstdc++-v3 : ChangeLog.libstdcxx_so_7-branch libstdc++-v3/include/bits: basic_string.h Added files: libstdc++-v3/testsuite/performance/21_strings: moveable_vector_insert.cc Log message: 2005-10-19 Paolo Carlini <[EMAIL PROTECTED]> PR libstdc++/23897 * include/bits/basic_string.h: Add move constructor and move assignment operator; provide specialization of __is_moveable for basic_string. * testsuite/performance/21_strings/moveable_vector_insert.cc: New. 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.77&r2=1.1.2.78 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_string.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.59.2.16&r2=1.59.2.17 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/21_strings/moveable_vector_insert.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23897