summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2007-09-07 02:20:58 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2007-09-07 02:20:58 +0000
commit551fe1a2435c8e0ae55c4cbc70bf89cdaa6a7717 (patch)
tree3e5bbb1c9497941136bbcfe1294dbb179b3d9033 /libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
parentccd04b9f89c5adafd11300a09a5554f9a4b28f2e (diff)
downloadgcc-551fe1a2435c8e0ae55c4cbc70bf89cdaa6a7717.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: r128221
Diffstat (limited to 'libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp')
-rw-r--r--libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp b/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
index 94039af0d80..74181b1fb9e 100644
--- a/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
+++ b/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
@@ -50,6 +50,11 @@
#include <ext/pb_ds/detail/type_utils.hpp>
+/**
+ * @namespace pb_ds
+ * @brief GNU extension policy-based data structures for public use.
+ */
+
namespace pb_ds
{
// A trivial iterator tag. Signifies that the iterators has none of