OSDN Git Service

2011-06-07 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jun 2011 16:13:47 +0000 (16:13 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jun 2011 16:13:47 +0000 (16:13 +0000)
* Fix last ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174757 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog

index 2f3707b..1c8c3da 100644 (file)
@@ -10,6 +10,9 @@
        _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR.
        (vector<>::_M_insert_aux, _M_fill_insert, _M_default_append,
        _M_range_insert): Use __uninitialized_move_if_noexcept_a.
+       * testsuite/util/testsuite_rvalref.h (throwing_move_constructor):
+       Add.
+       (copycounter::copycounter(copycounter&&)): Use noexcept
        * testsuite/23_containers/vector/modifiers/moveable2.cc: New.
        * testsuite/23_containers/vector/capacity/resize/moveable2.cc:
        Likewise.