$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Context and coroutine for ARM
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2017-05-13 13:02:00
exception_ptr is part of C++11 but not used in boost.coroutine (and the
fcontext-API of boost.context) -
you could apply -std=c++11(cxxflags) or check why C++11 code is used