compatibility-ldbl.cc: Add explicit namespace scope.

2009-08-12  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r150707
This commit is contained in:
Benjamin Kosnik 2009-08-12 22:05:50 +00:00 committed by Benjamin Kosnik
parent 88ccda10f1
commit 5d32a15e3b
2 changed files with 10 additions and 0 deletions

View 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.

View 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 ()