Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70568 - trunk/libs/config/test
From: john_at_[hidden]
Date: 2011-03-26 07:56:55


Author: johnmaddock
Date: 2011-03-26 07:56:55 EDT (Sat, 26 Mar 2011)
New Revision: 70568
URL: http://svn.boost.org/trac/boost/changeset/70568

Log:
Change test to include fenv.h directly, otherwise Boost.Config test depends upon Boost.Config which is not a good idea.
Text files modified:
   trunk/libs/config/test/boost_no_fenv_h.ipp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/config/test/boost_no_fenv_h.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_fenv_h.ipp (original)
+++ trunk/libs/config/test/boost_no_fenv_h.ipp 2011-03-26 07:56:55 EDT (Sat, 26 Mar 2011)
@@ -12,7 +12,7 @@
 // available, <boost/detail/fenv.hpp> should be included
 // instead of directly including <fenv.h>.
 
-#include <boost/detail/fenv.hpp>
+#include <fenv.h>
 
 namespace boost_no_fenv_h {
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk