OSDN Git Service

2005-12-18 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / debug / set.h
index d89a165..f9a21c6 100644 (file)
@@ -35,6 +35,8 @@
 #include <debug/safe_iterator.h>
 #include <utility>
 
+namespace std 
+{
 namespace __gnu_debug_def
 {
   template<typename _Key, typename _Compare = std::less<_Key>,
@@ -321,5 +323,6 @@ namespace __gnu_debug_def
         set<_Key,_Compare,_Allocator>& __y)
     { return __x.swap(__y); }
 } // namespace __gnu_debug_def
+} // namespace std
 
 #endif