Boost logo

Boost :

Subject: Re: [boost] [1.47.0] [TR1] Regression test failures
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-06-30 12:10:17


> 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;


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk