Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86069 - trunk/boost/numeric/interval/detail
From: steveire_at_[hidden]
Date: 2013-09-30 11:59:05


Author: skelly
Date: 2013-09-30 11:59:04 EDT (Mon, 30 Sep 2013)
New Revision: 86069
URL: http://svn.boost.org/trac/boost/changeset/86069

Log:
Numeric: Remove obsolete GCC version check.

Text files modified:
   trunk/boost/numeric/interval/detail/bugs.hpp | 31 -------------------------------
   1 files changed, 0 insertions(+), 31 deletions(-)

Modified: trunk/boost/numeric/interval/detail/bugs.hpp
==============================================================================
--- trunk/boost/numeric/interval/detail/bugs.hpp Mon Sep 30 11:58:48 2013 (r86068)
+++ trunk/boost/numeric/interval/detail/bugs.hpp 2013-09-30 11:59:04 EDT (Mon, 30 Sep 2013) (r86069)
@@ -45,35 +45,4 @@
 # define BOOST_NUMERIC_INTERVAL_using_ahyp(a)
 #endif
 
-#if defined(__GNUC__) && (__GNUC__ <= 2)
-// cf PR c++/1981 for a description of the bug
-#include <algorithm>
-#include <boost/config/no_tr1/cmath.hpp>
-namespace boost {
-namespace numeric {
- using std::min;
- using std::max;
- using std::sqrt;
- using std::exp;
- using std::log;
- using std::cos;
- using std::tan;
- using std::asin;
- using std::acos;
- using std::atan;
- using std::ceil;
- using std::floor;
- using std::sinh;
- using std::cosh;
- using std::tanh;
-# undef BOOST_NUMERIC_INTERVAL_using_max
-# undef BOOST_NUMERIC_INTERVAL_using_math
-# define BOOST_NUMERIC_INTERVAL_using_max(a)
-# define BOOST_NUMERIC_INTERVAL_using_math(a)
-# undef BOOST_NUMERIC_INTERVAL_using_ahyp
-# define BOOST_NUMERIC_INTERVAL_using_ahyp(a)
-} // namespace numeric
-} // namespace boost
-#endif
-
 #endif // BOOST_NUMERIC_INTERVAL_DETAIL_BUGS


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