Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-03-23 16:21:28


"Lapshin, Kirill" <Kirill.Lapshin_at_[hidden]> writes:

> Hi All,
>
>
>
> I posted this question on boost.users list but did not get any response.
>
> My first attempt to switch my project from boost 1.29 to 1.30 failed
> miserably due to compilation errors in random library.
>
>
>
> Simple
>
>
>
> #include <boost/random/mersenne_twister.hpp>
>
> #include <boost/random/normal_distribution.hpp>
>
> int main() {return 0;}
>
>
>
> Fails with lots of error messages:

Nobody's been maintaining Boost.Random, so I think it has suffered
some code rot (not just on that compiler). We need someone to
volunteer to pay attention to its health.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

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