aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/hash_multimap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/debug/hash_multimap.h')
-rw-r--r--libstdc++-v3/include/debug/hash_multimap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/include/debug/hash_multimap.h b/libstdc++-v3/include/debug/hash_multimap.h
index a6db0f2f2d5..5cce135aa43 100644
--- a/libstdc++-v3/include/debug/hash_multimap.h
+++ b/libstdc++-v3/include/debug/hash_multimap.h
@@ -1,6 +1,6 @@
// Debugging hash_multimap implementation -*- C++ -*-
-// Copyright (C) 2003
+// Copyright (C) 2003, 2005
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -34,6 +34,8 @@
#include <debug/safe_sequence.h>
#include <debug/safe_iterator.h>
+namespace std
+{
namespace __gnu_debug_def
{
template<typename _Value, typename _Tp,
@@ -257,5 +259,6 @@ namespace __gnu_debug_def
hash_multimap<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __y)
{ __x.swap(__y); }
} // namespace __gnu_debug_def
+} // namespace std
#endif