Boost logo

Boost :

Subject: Re: [boost] gcc-4.5.1 warnings (ISO C++ 1998 does not support ‘long long’)
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-11-03 12:06:05


> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk