]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/bits/list.tcc
[multiple changes]
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / list.tcc
index 9c5a0cde607f6d076e2ec2048039053cd4a6d135..283b0ac6838f58434f75bf1d5fa0055ed9d00a02 100644 (file)
@@ -61,7 +61,7 @@
 #ifndef _LIST_TCC
 #define _LIST_TCC 1
 
-namespace std
+namespace __gnu_norm
 {
   template<typename _Tp, typename _Alloc>
     void
@@ -409,6 +409,6 @@ namespace std
         swap(__counter[__fill-1]);
       }
     }
-} // namespace std
+} // namespace __gnu_norm
 
 #endif /* _LIST_TCC */