mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 22:04:27 +02:00
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
|
// available, <boost/detail/fenv.hpp> should be included
|
||||||
// instead of directly including <fenv.h>.
|
// instead of directly including <fenv.h>.
|
||||||
|
|
||||||
#include <boost/detail/fenv.hpp>
|
#include <fenv.h>
|
||||||
|
|
||||||
namespace boost_no_fenv_h {
|
namespace boost_no_fenv_h {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user