
Starting tomorrow (Monday, June 27), the release branch will be closed, except by permission from the release managers.
OK, I realize this is very late, but I've just fixed https://svn.boost.org/trac/boost/ticket/8711 which has uncovered a bunch of related and rather insidious bugs in Multiprecision. The fixes (patches attached) are mostly a collection of typecasts... it's taken a while to track down all the locations causing problems which is why this is so late... sorry! *Iff* enough of the tests cycle in the next couple of days can I please have permission to commit to release?
Oops, same library, completely unrelated issue - a missing #include: Index: D:/data/boost/trunk/boost/multiprecision/mpfi.hpp =================================================================== --- D:/data/boost/trunk/boost/multiprecision/mpfi.hpp (revision 84897) +++ D:/data/boost/trunk/boost/multiprecision/mpfi.hpp (revision 84898) @@ -12,6 +12,7 @@ #include <boost/multiprecision/detail/big_lanczos.hpp> #include <boost/multiprecision/detail/digits.hpp> #include <boost/multiprecision/mpfr.hpp> +#include <boost/math/constants/constants.hpp> #include <mpfi.h> #include <cmath> #include <algorithm> So I guess I'd like to commit that one as well ;-) John.