]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
compatibility-ldbl.cc: Add explicit namespace scope.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 12 Aug 2009 22:05:50 +0000 (22:05 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 12 Aug 2009 22:05:50 +0000 (22:05 +0000)
2009-08-12  Benjamin Kosnik  <bkoz@redhat.com>

* src/compatibility-ldbl.cc: Add explicit namespace scope.

From-SVN: r150707

libstdc++-v3/ChangeLog
libstdc++-v3/src/compatibility-ldbl.cc

index d9757457c4e63cd56331bb7e97f893e1a7cd241b..bb2cd4a05d3e237ba9fd54a544aa24d5cc679ef8 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-12  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * src/compatibility-ldbl.cc: Add explicit namespace scope.
+
 2009-08-11  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/precompiled/extc++.h: Don't include TR1 if C++0x.
index dd9afe0fa0da9e124a5f47ebad21a8882f82e14b..79917d9f1cc64fdd6ef795c62e6e012d2c23d42c 100644 (file)
@@ -68,7 +68,13 @@ namespace std
 }
 
 // For std::tr1::hash<long double>::operator ()
+namespace std
+{
+  namespace tr1 
+  {
 #include "hash.cc"
+  }
+}
 
 // std::tr1::hash<long double>::operator ()
 // and std::hash<long double>::operator ()