Subject: Re: [boost] Need some 64-bit testing help.
From: KTC (ktc_at_[hidden])
Date: 2012-01-16 18:37:05


On 16/01/2012 18:48, John Maddock wrote:
> Folks, I need some help with the tests in:
>
> sandbox/big_number/libs/multiprecision/test
>
> Which I have an suspicion may have problems in 64-bit release mode
> (though I hope not!), so I'm looking for some folks to do a:
>
> bjam release --disable-concepts
>
> in that directory with whatever 64-bit compilers you have access to.

(Compiled against trunk version of Boost)

The "--disable-concepts" doesn't seems to be working. Got lots of errors
on both x86 & x64 because of "no such file ...". Can't really test it
because of that.

KTC