Remove changelog entry accidentally committed in r175057
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Aug 2011 19:58:39 +0000 (19:58 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Aug 2011 19:58:39 +0000 (19:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177298 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog

index 60b926f..d1e24ed 100644 (file)
 
 2011-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
-       * testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: Fix for
-       C++0x mode.
-       * testsuite/25_algorithms/sort/35588.cc: Likewise.
-       * testsuite/26_numerics/headers/complex/synopsis.cc: Likewise.
-
-2011-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
-
        * include/ext/extptr_allocator.h (construct, destroy): Fix for C++0x
        mode by overloading to take allocator's pointer type.
        * testsuite/23_containers/vector/ext_pointer/types/2.cc: New.