
4 Jan
2011
4 Jan
'11
1:08 p.m.
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.