$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] C++03 / C++11 compatibility question for compiled libraries
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2018-02-18 02:34:05
On Sat, Feb 17, 2018 at 10:55 AM, Robert Ramey via Boost
<boost_at_[hidden]> wrote:
> What does "drop support" mean?
It means I would not invest any energy in C++03 compatibility. If it
happens to be compatible, that's fine. But I wouldn't go out of my way
to make it so. And where possible I would use C++11 features and
idioms since they improve both the interface and the implementation.