OSDN Git Service

2007-09-06 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Sep 2007 02:25:45 +0000 (02:25 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Sep 2007 02:25:45 +0000 (02:25 +0000)
commit0c234f81517b076084b84ce17198cff0522e9a9e
treed220083066502c7f92805e51ac9daddfae1d81a1
parent6c9bd031c8c7a78c2830c864cd6f16dd8829fcfb
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.

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