$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.40.0] Beta 1 release candidate available
From: Matthias Troyer (troyer_at_[hidden])
Date: 2009-08-15 11:35:45
On Aug 15, 2009, at 8:24 AM, Beman Dawes wrote:
> On Fri, Aug 14, 2009 at 12:18 PM, Matthias
> Troyer<troyer_at_[hidden]> wrote:
>>
>> Matthias Troyer wrote:
>>>
>>> I get a serious error with Boost.Filesystem in the 1.40 beta:
>>>
>>> boost/filesystem/operations.hpp:510: error: expected identifier
>>> before
>>> 'int'
>>>
>>> It seems that BOOST_SCOPED_ENUM_START is not defined.
>>>
>>> This is using gcc on darwin.
>>>
>>> Matthias
>>
>>
>> I opened ticket #3346 for this regression, and proposed a patch.
>
> Applied to trunk. I'll merge to branches/release as soon as tests
> have cycled.
>
> Thanks for spotting this!
I should set up a regular regression testing of our application codes
with the release branch. I'll ask one of my people to do that.
Matthias