Commit 5d32a15e by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 88ccda10
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.
......
......@@ -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 ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment