OSDN Git Service

2009-08-12 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Aug 2009 22:05:50 +0000 (22:05 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Aug 2009 22:05:50 +0000 (22:05 +0000)
* src/compatibility-ldbl.cc: Add explicit namespace scope.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150707 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d975745..bb2cd4a 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 dd9afe0..79917d9 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 ()