$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2021-12-09 03:43:39
On Wed, Dec 8, 2021 at 7:22 AM Andrey Semashev via Boost
<boost_at_[hidden]> wrote:
> Congratulations for the release!
>
> There is a problem with Boost.Utility docs on the website:
>
> https://www.boost.org/doc/libs/1_78_0/libs/utility/doc/html/utility/utilities.html
>
> It looks like Doxygen was not run on the library, or its output was not
> uploaded to the website. For every component, the Reference section is
> empty, and all links to the Reference elements are broken. For example:
>
> https://www.boost.org/doc/libs/1_78_0/libs/utility/doc/html/utility/utilities/string_view.html
>
> See any links to boost::string_view.
>
> This doesn't happen when I build Boost.Utility docs locally.
This has now been fixed in Utility (thanks Andrey, Alan, and Sam) and
patched on the 1.78 docs.
Glen