Re: [Boost-bugs] [Boost C++ Libraries] #2526: More architectures that do not support long double math

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2526: More architectures that do not support long double math
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-12-03 03:37:46


#2526: More architectures that do not support long double math
----------------------------------------------+-----------------------------
  Reporter: Steven Robbins <smr_at_[hidden]> | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: Boost 1.38.0 | Component: math
   Version: Boost 1.37.0 | Severity: Problem
Resolution: fixed | Keywords:
----------------------------------------------+-----------------------------

Comment(by smr_at_[hidden]):

 There is a missing backslash on one line of the patch. Fix attached.

 {{{
 Index: boost/math/special_functions/fpclassify.hpp
 ===================================================================
 --- boost/math/special_functions/fpclassify.hpp (revision 50082)
 +++ boost/math/special_functions/fpclassify.hpp (working copy)
 @@ -166,7 +166,7 @@
     return BOOST_FPCLASSIFY_PREFIX fpclassify(t);
  }
  #if !defined(__CYGWIN__) && !defined(__HP_aCC) && !defined(BOOST_INTEL) \
 - && !defined(BOOST_NO_NATIVE_LONG_DOUBLE_FP_CLASSIFY)
 + && !defined(BOOST_NO_NATIVE_LONG_DOUBLE_FP_CLASSIFY) \
     && !(defined(__GNUC__) && !defined(BOOST_MATH_USE_C99))
  // The native fpclassify broken for long doubles with aCC
  // use portable one instead....
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2526#comment:7>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC