Subject: Re: [boost] Test build for 1.56 available
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-07-07 16:28:33


On Tue, Jul 8, 2014 at 12:17 AM, Andrey Semashev
<andrey.semashev_at_[hidden]> wrote:
> On Mon, Jul 7, 2014 at 10:56 PM, Marshall Clow <mclow.lists_at_[hidden]> wrote:
>
> Boost.Signals fails to build with MSVC 12:
>
> Master branch is also affected. Somehow develop is not affected
> although Boost.Signals code is the same. I suspect the compiler is
> behaving unstable. I'll create a pull request to adjust the compiler
> version check for a workaround for this problem.

Update: I think develop is not affected because of this pull request:

https://github.com/boostorg/iterator/pull/4

that has not been merged to master. If I try to build everything from
develop and Boost.Iterator from master I can see the same build
failure of Boost.Signals. Should we better merge it to master instead
of patching Boost.Signals?