forked from boostorg/config
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:
@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user