Narrower 'using'; Refs #7470

[SVN r81122]
This commit is contained in:
Marshall Clow
2012-10-31 17:14:43 +00:00
parent acf1f3bc48
commit a2756e75e8

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;