From 1d911d37841a0d47e07ca48f13bc73ef56609296 Mon Sep 17 00:00:00 2001 From: Bryce Adelstein-Lelbach Date: Sat, 27 Nov 2010 21:43:52 +0000 Subject: [PATCH] Added *nix identification macros to Boost.Config; BOOST_NIX, BOOST_GENETIC_NIX, BOOST_TRADEMARK_NIX and BOOST_FUNCTIONAL_NIX. [SVN r66804] --- include/boost/detail/fenv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/fenv.hpp b/include/boost/detail/fenv.hpp index b8e8aa2..1ba8833 100644 --- a/include/boost/detail/fenv.hpp +++ b/include/boost/detail/fenv.hpp @@ -7,7 +7,7 @@ #include -#if !defined(BOOST_HAS_FENV_H) +#if defined(BOOST_NO_FENV_H) #error This platform does not have a floating point environment #endif