$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.