$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] 1.58.1 bugfix release necessary?
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2015-04-22 12:59:09
Unfortunately boost.context fails to compile for gcc-4.8.x and option
-std=c++11.
Because of a dependency to boost.context, boost.asio and boost.coroutine do
not compile too.
I've pushed a pull-request to boost.config - the patch adds C++14 test
macro BOOST_NO_CXX14_INTEGER_SEQUENCE (
https://github.com/boostorg/config/pull/57).
Oliver