$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2022-09-10 23:21:46
On 9/10/22 13:30, Peter Dimov via Boost wrote:
> I'm getting multiple reports that ContainerHash 1.80.0 doesn't
> compile with Clang 15, due to the following change to Config
> unfortunately not being part of the 1.80.0 release:
>
> https://github.com/boostorg/config/commit/f0af4a9184457939b89110795ae2d293582c5f66
>
> Since the plans for 1.80.1 have been abandoned, it's not clear
> what we can do about that except probably updating the
> Known Issues section.
Clang 15 was released after Boost 1.80.0, so it should be expected that
this compiler was not tested.
But a post-release note with a patch seems like an ok solution.