fix compilers not putting clib in std

[SVN r17580]
This commit is contained in:
Beman Dawes 2003-02-21 18:48:56 +00:00
parent c102ef50df
commit e3b9ebf55a

View File

@ -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