diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-09-07 02:25:45 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-09-07 02:25:45 +0000 |
commit | e054e6fb646e1fe418545b93b2673c8fa5cb8c95 (patch) | |
tree | d220083066502c7f92805e51ac9daddfae1d81a1 /libstdc++-v3 | |
parent | 551fe1a2435c8e0ae55c4cbc70bf89cdaa6a7717 (diff) | |
download | gcc-e054e6fb646e1fe418545b93b2673c8fa5cb8c95.tar.gz |
re PR libstdc++/29367 (pb_ds hash containers vs. _GLIBCXX_DEBUG)
2007-09-06 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/29367
* include/ext/pb_ds/detail/map_debug_base.hpp: From this..
* include/ext/pb_ds/detail/debug_map_base.hpp: ...to this.
Rename map_debug_base to debug_map_base, add std::pair output
extractors, change duplicate map_debug_base typedef in containers
to debug_base. Use m_store_extra_indicator for m_store_hash_indicator.
* include/ext/pb_ds/*: Likewise.
* include/Makefile.am: Same.
* include/Makefile.in: Regenerate.
From-SVN: r128222
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2e618c3a4aa..0d995a51aa3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -4,6 +4,18 @@ Do not call _M_impl.allocate when __n == 0. * testsuite/23_containers/vector/zero_sized_allocations.cc: New. +2007-09-06 Benjamin Kosnik <bkoz@redhat.com> + + PR libstdc++/29367 + * include/ext/pb_ds/detail/map_debug_base.hpp: From this.. + * include/ext/pb_ds/detail/debug_map_base.hpp: ...to this. + Rename map_debug_base to debug_map_base, add std::pair output + extractors, change duplicate map_debug_base typedef in containers + to debug_base. Use m_store_extra_indicator for m_store_hash_indicator. + * include/ext/pb_ds/*: Likewise. + * include/Makefile.am: Same. + * include/Makefile.in: Regenerate. + 2007-09-06 Matthias Klose <doko@debian.org> * testsuite/27_io/headers/cstdlib: Remove empty directory. |