gcc-4.5.1 warnings (ISO C++ 1998 does not support ‘long long’)

3 Nov
2010
3 Nov
'10
3:39 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’

3 Nov
3 Nov
4:06 p.m.
New subject: [boost] gcc-4.5.1 warnings (ISO C++ 1998 does not support ‘long long’)
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.
5333
Age (days ago)
5333
Last active (days ago)
1 comments
2 participants
participants (2)
-
John Maddock
-
Neal Becker