$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2021-07-13 19:25:43
Andrey Semashev via Boost <boost_at_[hidden]> schrieb am Di., 13. Juli
2021, 21:18:
> On 7/13/21 10:09 PM, Oliver Kowalke wrote:
> >
> >
> > Am Di., 13. Juli 2021 um 20:50 Uhr schrieb Andrey Semashev via Boost
> > <boost_at_[hidden] <mailto:boost_at_[hidden]>>:
> >
> > On 7/13/21 9:41 PM, Oliver Kowalke via Boost wrote:
> > > Hi,
> > > does boost still support Cpp03 or is Cpp11 the min. standard?
> >
> > There is no single answer to that. Every library maintainer decides
> for
> > himself.
> >
> > boost.asio is still pre-Cpp11?
>
> I think so, I haven't seen notifications about it removing support for
> C++03. Obviously, some features require newer C++ version.
>
Then boost.context must still be Cpp03 because of the dependency of
boost.asio to boost.coroutine....