On 12/8/21 07:04, Marshall Clow via Boost wrote:
Release 1.78.0 of the Boost C++ Libraries is now available.
These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.
This release contains numerous enhancements and bug fixes for existing libraries.
For details, including download links, see http://www.boost.org/users/news/version_1.78.0
You can also download directly from: https://boostorg.jfrog.io/artifactory/main/release/1.78.0/
To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html
Thanks to everyone who participated in this release.
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/utilitie... 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/utilitie... See any links to boost::string_view. This doesn't happen when I build Boost.Utility docs locally.