aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/hash_multiset.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2007-10-10 15:23:59 +0000
committerBenjamin Kosnik <bkoz@redhat.com>2007-10-10 15:23:59 +0000
commitd614efc51f837f5fb950acfe98f3401b71fb5fd6 (patch)
tree5296a15e771d4c8d79b8687e566a4bca6ece2114 /libstdc++-v3/include/debug/hash_multiset.h
parent789b5d890c19d3b8932dcb2318fa3b282fb35490 (diff)
2007-10-10 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/33633 * include/debug/hash_multimap.h: Change _GLIBCXX_EXT to _GLIBCXX_EXT_D. * include/debug/hash_set.h: Same. * include/debug/hash_multiset.h: Same. * include/debug/hash_map.h: Same. 2007-10-10 Benjamin Kosnik <bkoz@redhat.com> * include/parallel/losertree.h (loser_tree_traits_unguarded): To loser_tree_unguarded_traits. * include/parallel/multiway_merge.h (__gnu_parallel): Same. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@129210 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug/hash_multiset.h')
-rw-r--r--libstdc++-v3/include/debug/hash_multiset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/debug/hash_multiset.h b/libstdc++-v3/include/debug/hash_multiset.h
index 93464969487..11efb5b6846 100644
--- a/libstdc++-v3/include/debug/hash_multiset.h
+++ b/libstdc++-v3/include/debug/hash_multiset.h
@@ -47,11 +47,11 @@ namespace __debug
typename _EqualKey = std::equal_to<_Value>,
typename _Alloc = std::allocator<_Value> >
class hash_multiset
- : public _GLIBCXX_EXT::hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>,
+ : public _GLIBCXX_EXT_D::hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>,
public __gnu_debug::_Safe_sequence<hash_multiset<_Value, _HashFcn,
_EqualKey, _Alloc> >
{
- typedef _GLIBCXX_EXT:: hash_multiset<_Value,_HashFcn, _EqualKey,_Alloc>
+ typedef _GLIBCXX_EXT_D:: hash_multiset<_Value,_HashFcn, _EqualKey,_Alloc>
_Base;
typedef __gnu_debug::_Safe_sequence<hash_multiset> _Safe_base;