$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [release] Boost 1.62 closed for major changes.
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2016-08-18 16:19:25
On 08/18/16 05:54, Rene Rivera wrote:
> Reminder Boost 1.62, i.e. the master branches, are now closed for major
> changes. The only changes that should be going in at this time should be
> bug fixes for serious problems. Any documentation changes are fine to go in.
>
> And remember... Boost 1.62 will close for all changes a week from today.
Is it too late to synchronize master with develop for circular_buffer?
I've created this PR:
https://github.com/boostorg/circular_buffer/pull/10
I'm particularly interested in merging my PR#9 [1], which has been in
develop for some time. The PR made circular_buffer thread-safe by
default in debug mode.
[1] https://github.com/boostorg/circular_buffer/pull/9