Subject: Re: [boost] [ratio] Test failing on trunk
From: Jim Bell (Jim_at_[hidden])
Date: 2011-01-04 08:08:22


On 1:59 PM, vicente.botet wrote:
> Hi,
>
> Boost.ratio is failing with compiler option -pedantic
>
> Test output: Sandia-darwin-4.0.1 - ratio - ratio_pass / darwin-4.0.1
> Rev 67644 / Tue, 4 Jan 2011 01:50:26 +0000
> ...
> ../libs/ratio/test/ratio_ratio/ratio_pass.cpp:24: error: ISO C++ does not support 'long long'

I just got this warning in some code, switched from 'unsigned long long'
to uint64_t (I think) and it went away. Didn't look any closer, but
there's some magic in some header that gets around it (on some
platforms?). HTH.