mirror of
https://github.com/boostorg/detail.git
synced 2025-08-01 05:14:28 +02:00
Added *nix identification macros to Boost.Config; BOOST_NIX, BOOST_GENETIC_NIX,
BOOST_TRADEMARK_NIX and BOOST_FUNCTIONAL_NIX. [SVN r66804]
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if !defined(BOOST_HAS_FENV_H)
|
#if defined(BOOST_NO_FENV_H)
|
||||||
#error This platform does not have a floating point environment
|
#error This platform does not have a floating point environment
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user