re PR libstdc++/29367 (pb_ds hash containers vs. _GLIBCXX_DEBUG)
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 7 Sep 2007 02:25:45 +0000 (02:25 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 7 Sep 2007 02:25:45 +0000 (02:25 +0000)
commite054e6fb646e1fe418545b93b2673c8fa5cb8c95
treed220083066502c7f92805e51ac9daddfae1d81a1
parent551fe1a2435c8e0ae55c4cbc70bf89cdaa6a7717
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
libstdc++-v3/ChangeLog