
10 Nov
2009
10 Nov
'09
8:47 a.m.
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. - Volodya