diff options
Diffstat (limited to 'boost/numeric/interval/detail/bugs.hpp')
-rw-r--r-- | boost/numeric/interval/detail/bugs.hpp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/boost/numeric/interval/detail/bugs.hpp b/boost/numeric/interval/detail/bugs.hpp index cc37988d7..b9b421a23 100644 --- a/boost/numeric/interval/detail/bugs.hpp +++ b/boost/numeric/interval/detail/bugs.hpp @@ -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 |