
10 Nov
2009
10 Nov
'09
8:50 a.m.
Vladimir Prus schrieb:
Sascha Ochsenknecht wrote:
I think "long long" is from the C99 standard and the GNU g++ doesn't use this mode by default (?).
For me, the warnings disappear if I use add: cxxflags=-std=c++0x
But on the other hand, it was reported that this mode has quite a number of failures relative to standard mode. And it's not the default anyway. So, I suppose somebody has to patch integer.hpp anyway.
I agree. The option I added wasn't supposed to be the solution. Just a hint. Cheers, Sascha