Subject: Re: [boost] [TypeErasure] Merging pull-requests
From: John Maddock (jz.maddock_at_[hidden])
Date: 2016-07-11 07:00:38


> I just wanted to bring these to attention so that they might get
> merged and find their way into the next Boost release.
>
> Thanks,
> Deniz
>
> PS: There is another open pull-request [5] (by John Maddock) which
> seems to be even more urgent.
>

+1.

I've broken with msvc-14.0up3 type_erasure by enabling constexpr support
in Boost.Config. Note however that the failure is completely
constexpr-unrelated, it's just that a different PP-path is taken with
that enabled which doesn't work with msvc for some reason.

John.