
3 Nov
2010
3 Nov
'10
4:06 p.m.
boost-1.44.0 + gcc-4.5.1:
Lots of these warnings
./boost/config/suffix.hpp:497:18: warning: ISO C++ 1998 does not support ‘long long’
Nod. Should be fixed in Trunk and for 1.45. For some reason code that worked perfectly well with gcc < 4.5 using __extension__ has started emitting warnings with gcc > 4.5 :-( John.