On Wed, Jul 11, 2018 at 3:14 AM, Deniz Bahadir via Boost < boost@lists.boost.org> wrote:
Hi guys, Hi Christophe,
Am 11.07.2018 um 01:10 schrieb Marshall Clow via Boost:
The master branch is is now open for post-beta merges, but only as described in the Post-Beta Merge Policy. See https://github.com/boostorg/boost/wiki/Release-Beta-Merge-Policy
Would it be possible to include the simple fix for Boost.MSM from pull-request #15 (https://github.com/boostorg/msm/pull/15)?
That one fixes compilation of Boost.MSM with C++17. std::random_shuffle was removed from the standard-library and therefore needs to be conditionally handled in Boost.MSM. (That problem occurs with libc++ 6 for example.)
Has it been tested on develop? Are the tests passing? If so, yes. -- Marshall