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:
Bryce Adelstein-Lelbach
2010-11-27 21:43:52 +00:00
parent 2c1f83de56
commit 1d911d3784

View File

@ -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