$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Release branch will be closing Monday night.
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2014-07-28 17:01:24
On Jul 28, 2014, at 11:26 AM, Eric Niebler <eniebler_at_[hidden]> wrote:
> On 07/27/2014 04:08 PM, Gavin Lambert wrote:
>> On 26/07/2014 17:31, Marshall Clow wrote:
>>> We will be closing the release branch late Monday night (Pacific
>>> Daylight time)
>>> in preparation for building a 1.56.0 release candidate on Tuesday
>>> morning.
>>
>> Any chance someone could pull
>> https://github.com/boostorg/smart_ptr/pull/8 before the release freeze?
>>
>> I tried to keep the change trivial to make it "easier" to make the
>> release. See related discussion at
>> http://listarchives.boost.org/boost-users/2014/07/82537.php.
>
> I'm extremely reluctant to accept any code changes at the 11th hour like
> this, especially ones that don't fix very serious regressions. I'm
> willing to be overruled if another release manager feels this rises to
> the level.
We dont pull into boostorg::master.
We merge from the sub-projects.
Has this been integrated into smart_ptr? I dont see it there (either on develop or master)
Are there tests for this change?
Marshall