]> gcc.gnu.org Git - gcc.git/commit
set.h: Implement DR 130 here too.
authorPaolo Carlini <paolo.carlini@oracle.com>
Sun, 3 Jan 2010 20:30:28 +0000 (20:30 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 3 Jan 2010 20:30:28 +0000 (20:30 +0000)
commit5ab06c6dfee6999f0ebd2d77f53766de18e5dc5f
tree245c4584a0dd9666c492348854833672db104618
parentc9828e7878e2bb5491e8d4b6504f9050b1afb708
set.h: Implement DR 130 here too.

2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/set.h: Implement DR 130 here too.
* include/debug/multiset.h: Likewise.
* include/debug/map.h: Likewise.
* include/debug/multimap.h: Likewise.
* include/profile/set.h: Implement DR 130 fully.
* include/profile/multiset.h: Likewise.
* include/profile/map.h: Likewise.
* include/profile/multimap.h: Likewise.
* include/debug/list: Implement DR 1133 here too.
* include/ext/pb_ds/detail/debug_map_base.hpp: Comment out for
now uses of __gnu_cxx::throw_allocator.
* testsuite/21_strings/basic_string/40160.cc: Don't pass
explicitly -D_GLIBCXX_DEBUG, doesn't play well with profile-mode
testing.

From-SVN: r155594
12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/list
libstdc++-v3/include/debug/map.h
libstdc++-v3/include/debug/multimap.h
libstdc++-v3/include/debug/multiset.h
libstdc++-v3/include/debug/set.h
libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp
libstdc++-v3/include/profile/map.h
libstdc++-v3/include/profile/multimap.h
libstdc++-v3/include/profile/multiset.h
libstdc++-v3/include/profile/set.h
libstdc++-v3/testsuite/21_strings/basic_string/40160.cc
This page took 0.052114 seconds and 5 git commands to generate.