This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Boost's statistic_tests.hpp vs gcc-3.2/3.3 fixed!
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: gdr at integrable-solutions dot net, Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-bugs at gcc dot gnu dot org, jens dot maurer at gmx dot net
- Date: Wed, 06 Nov 2002 10:28:26 +0100
- Subject: Boost's statistic_tests.hpp vs gcc-3.2/3.3 fixed!
Hi all,
just a quick update: upon my requests, Jens Maurer, boost/random
maintainer, kindly fixed in boost-cvs *both* the problems we were
seeing: the first one, due to the missing check for has_infinity (aka
libstdc++/6718), and another one, an off-by-one error which had always
been there.
Now, statistic_tests.hpp runs successfully from begin to end both
compiled with gcc-3.2 and gcc-3.3!
Thanks to everyone,
Paolo.