$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74928 - trunk/boost/numeric/interval/detail
From: juergen.hunold_at_[hidden]
Date: 2011-10-12 13:59:22
Author: jhunold
Date: 2011-10-12 13:59:21 EDT (Wed, 12 Oct 2011)
New Revision: 74928
URL: http://svn.boost.org/trac/boost/changeset/74928
Log:
use boost workaround header for clang bug 6907
Text files modified:
trunk/boost/numeric/interval/detail/c99sub_rounding_control.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/numeric/interval/detail/c99sub_rounding_control.hpp
==============================================================================
--- trunk/boost/numeric/interval/detail/c99sub_rounding_control.hpp (original)
+++ trunk/boost/numeric/interval/detail/c99sub_rounding_control.hpp 2011-10-12 13:59:21 EDT (Wed, 12 Oct 2011)
@@ -11,7 +11,7 @@
#ifndef BOOST_NUMERIC_INTERVAL_DETAIL_C99SUB_ROUNDING_CONTROL_HPP
#define BOOST_NUMERIC_INTERVAL_DETAIL_C99SUB_ROUNDING_CONTROL_HPP
-#include <fenv.h> // ISO C 99 rounding mode control
+#include <boost/detail/fenv.hpp> // ISO C 99 rounding mode control
namespace boost {
namespace numeric {