]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/tr1/utility
c++config: Add in revised namespace associations.
[thirdparty/gcc.git] / libstdc++-v3 / include / tr1 / utility
index 246a6fa650e867e1df0687c9849fb5d1631fddd4..db140b29a66477f1f415a9ce54acd204c60f0e45 100644 (file)
@@ -38,8 +38,8 @@
 
 namespace std
 {
-namespace tr1
-{
+_GLIBCXX_BEGIN_NAMESPACE(tr1)
+
   template<class _Tp> class tuple_size;
   template<int _Int, class _Tp> class tuple_element;
 
@@ -92,7 +92,8 @@ namespace tr1
      const typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
      get(const pair<_Tp1, _Tp2>& __in)
      { return __pair_get<_Int>::__const_get(__in); }
-}
+
+_GLIBCXX_END_NAMESPACE
 } 
 
 #endif