$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (azswdude_at_[hidden])
Date: 2020-03-24 17:57:34
On Tue, Mar 24, 2020 at 10:42 AM John Maddock via Boost <
boost_at_[hidden]> wrote:
>
>
> Nod. And there's nothing in there that requires anything other than
> C++03, so I could fix this up to not issue the warnings if that's really
> required.
>
It would be nice if it's not a big deal to do, as I expect lexical cast
will continue to support c++03. And the warnings show up in date-time, icl
and probably other libraries that have lexical cast -- or include
date-time. But really, only if it's simple to do.
Not sure, but there was a message thread a while back to the effect that
> dropping C++03 support was OK as long as there was 12 months of
> deprecation first.
>
Which seems entirely reasonable given that 03 is really 98 so we are
talking about 20 years...
Jeff