$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2008-04-04 08:22:19
On Apr 4, 2008, at 3:52 AM, John Maddock wrote:
> Lars Gullik "Bjønnes" wrote:
>>> Add GCC 4.3.0.
>>
>> I would really like to see that targeted for 1.35.1.
>>
>> (Unless you really, really speed up releases...)
>
> What's the issue with gcc-4.3 and Boost-1.35? I admit I haven't
> built/tested everything with that compiler, but my experiments so
> far have
> found no issues.
The other issue is that it would be great to test gcc-4.3 in C++0x
mode (-std=gnu++0x) as well as C++98 mode. Then we can start taking
advantage of some of the 0x features.
- Doug