Revert addition of BOOST_NIX, etc and everything tied to it. ([66696], [66783], [66804], [66833], and [66834])

[SVN r68201]
This commit is contained in:
Steven Watanabe
2011-01-17 04:51:54 +00:00
parent d20069a4d6
commit b98d99bc63

View File

@ -7,7 +7,7 @@
#include <boost/config.hpp>
#if defined(BOOST_NO_FENV_H)
#if !defined(BOOST_HAS_FENV_H)
#error This platform does not have a floating point environment
#endif