fix compilers not putting clib in std
[SVN r17580]
This commit is contained in:
parent
c102ef50df
commit
e3b9ebf55a
@ -26,7 +26,7 @@
|
||||
#include <boost/test/test_tools.hpp>
|
||||
|
||||
#ifdef BOOST_NO_STDC_NAMESPACE
|
||||
namespace std { using ::fabs; }
|
||||
namespace std { using ::abs; using ::fabs; using ::pow; }
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user