Narrower 'using'; Refs #7470

[SVN r81122]
This commit is contained in:
Marshall Clow
2012-10-31 17:14:43 +00:00
parent 7b3efa91b9
commit 9c2c4bb1fa

View File

@@ -210,7 +210,7 @@ namespace boost
template <class T>
inline std::size_t float_hash_value(T v)
{
using namespace std;
using namespace std::fpclassify;
switch (fpclassify(v)) {
case FP_ZERO:
return 0;