Boost logo

Boost :

Subject: Re: [boost] [Boost-users] 1.58.0 rc3 is now available
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2015-04-09 10:39:26


On Thu, Apr 9, 2015 at 4:11 AM, Deniz Bahadir <dbahadir_at_[hidden]> wrote:

> Building Boost 1.58.0-rc3 succeeded only partially.
>
>
> Success:
>
> Debian 7 with GCC 4.8.2 (in C++03 mode) with build-command:
> b2 -j4 --build-dir=/opt/build/test --build-type=complete
> --layout=versioned address-model=64 architecture=x86 install
> --prefix="/opt/install/test" toolset=gcc-4.8 cflags="-fPIC"
> cxxflags="-fPIC" dll-path="/opt/test/lib/x86_64-linux-gnu"
>
>
> Failure:
>
> Debian 7 with GCC 4.8.2 (in C++11 mode) with build-command:
> b2 -j4 --build-dir=/opt/build/test --build-type=complete
> --layout=versioned address-model=64 architecture=x86 install
> --prefix="/opt/install/test" toolset=gcc-4.8 cflags="-fPIC" cxxflags="-fPIC
> -std=c++11" dll-path="/opt/test/lib/x86_64-linux-gnu"
>
>
> The main-error seems to come from "Boost.Context" and the use of unknown
> "std::index_sequence":
>
>
std::index_sequence is a C++14 feature.

-- Marshall


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk