|
Boost : |
From: Janusz Piwowarski (jpiw_at_[hidden])
Date: 2005-09-21 16:10:47
Hello
I have the problem with boost::bigint (from boost-sandbox). There's
minimal example:
#include "boost/bigint.hpp"
int main (void)
{
boost::bigint b = 1;
while ( b < 1001 )
b *= 10;
}
Loop never ends; is it known issue?
Compiler g++ 3.4.2 (mingw)
-- Regards, Janusz
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk