summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/debug/hash_multiset.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/debug/hash_multiset.h')
-rw-r--r--libstdc++-v3/include/debug/hash_multiset.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libstdc++-v3/include/debug/hash_multiset.h b/libstdc++-v3/include/debug/hash_multiset.h
index 83d5619b9cd..7627afe9e34 100644
--- a/libstdc++-v3/include/debug/hash_multiset.h
+++ b/libstdc++-v3/include/debug/hash_multiset.h
@@ -1,6 +1,6 @@
// Debugging hash_multiset implementation -*- C++ -*-
-// Copyright (C) 2003, 2005
+// Copyright (C) 2003, 2005, 2006
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -34,9 +34,9 @@
#include <debug/safe_sequence.h>
#include <debug/safe_iterator.h>
-namespace std
+namespace __gnu_cxx
{
-namespace __gnu_debug_def
+namespace __gnu_debug
{
template<typename _Value,
typename _HashFcn = __gnu_cxx::hash<_Value>,
@@ -233,7 +233,7 @@ template<typename _Value, typename _HashFcn, typename _EqualKey, typename _Alloc
swap(hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>& __x,
hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>& __y)
{ __x.swap(__y); }
-} // namespace __gnu_debug_def
-} // namespace std
+} // namespace __gnu_debug
+} // namespace __gnu_cxx
#endif
OpenPOWER on IntegriCloud