Change test to include fenv.h directly, otherwise Boost.Config test depends upon Boost.Config which is not a good idea.

[SVN r70568]
This commit is contained in:
John Maddock
2011-03-26 11:56:55 +00:00
parent 7f7fe4095d
commit 7448397653

View File

@ -12,7 +12,7 @@
// available, <boost/detail/fenv.hpp> should be included
// instead of directly including <fenv.h>.
#include <boost/detail/fenv.hpp>
#include <fenv.h>
namespace boost_no_fenv_h {