$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (azswdude_at_[hidden])
Date: 2020-10-24 00:46:12
On Thu, Oct 22, 2020 at 1:07 PM Peter Barker via Boost-users <
boost-users_at_[hidden]> wrote:
> Hi,
>
> Just upgraded to Boost 1.74 from Boost 1.71. I'm getting a warning:
>
>
> I'll have to #define BOOST_ALLOW_DEPRECATED_HEADERS I guess, but I'm
> surprised Boost libraries are using deprecated Boost headers.
>
So for sure submit a github issue if there isn't one -- even better is a
pull request with a fix. Overall when I've been looking at release
candidates I've routinely seen many of these sort of issues -- some have
been fixed, but not all of them.
Jeff