
The following libraries are failing release regression tests on most or all platforms:
tr1
There's one minor change to Boost.Math (see below) that fixes a lot of these, but there are also all sorts of failures caused by changes to the Random lib: http://tinyurl.com/6ga84h4 http://tinyurl.com/5sml7sz which are beyond my control (the TR1 lib hasn't changed BTW). Others will need to be marked up. John. Index: tr1.hpp =================================================================== --- tr1.hpp (revision 72799) +++ tr1.hpp (working copy) @@ -104,7 +104,6 @@ # include <boost/config/auto_link.hpp> #endif -#if !defined(__cplusplus) && defined(FLT_EVAL_METHOD) && (FLT_EVAL_METHOD > 2) #ifndef FLT_EVAL_METHOD typedef float float_t; typedef double double_t; @@ -118,7 +117,6 @@ typedef long double float_t; typedef long double double_t; #endif -#endif // C99 Functions: double BOOST_MATH_TR1_DECL boost_acosh BOOST_PREVENT_MACRO_SUBSTITUTION(double x) BOOST_MATH_C99_THROW_SPEC;