mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 04:47:15 +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>
|
||||
|
||||
#if !defined(BOOST_HAS_FENV_H)
|
||||
#if defined(BOOST_NO_FENV_H)
|
||||
#error This platform does not have a floating point environment
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user