$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2023-02-01 14:06:42
On Wed, Feb 1, 2023 at 7:12 AM Andrey Semashev via Boost <
boost_at_[hidden]> wrote:
> For some reason, Container Hash is listed twice on this page:
> https://www.boost.org/doc/libs/1_81_0/
> The two entries seem equivalent except the "C++ Standard Minimum Level"
> entry.
>
>
It happened since 1.78 when the meta key was changed from "functional/hash"
to "container_hash"
If we want to reflect that this is really a new library, at 1.78 the
initial boost-version should also have been changed from 1.33 to 1.78.
In any case, we should figure out how to fix this.
Glen