* 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
+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.
}
// 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 ()