
On 3/15/23 11:48, Andrey Semashev wrote:
On 3/15/23 07:04, Gavin Lambert via Boost wrote:
On 15/03/2023 16:33, Brook Milligan wrote:
I’m not sure who to report this to, but it seems to me that on the web page for Boost v1.81.0 docs, the Operators library link is to Utility not Operators. Boost.Operators isn't actually a real library; it's part of Boost.Utility. But it does have the wrong link.
For reference:
- Page: https://www.boost.org/doc/libs/1_81_0/ - Link target: https://www.boost.org/doc/libs/1_81_0/libs/utility/operators.htm - Actual page: https://www.boost.org/doc/libs/1_81_0/libs/utility/doc/html/utility/utilitie...
It looks like this broke as of Boost 1.78.
libs/utility/operators.htm exists and redirects to doc/html/utility/utilities/operators.html.
Ah, I misread the html. It says to go to doc/html/utility/utilities/operators.html, but it actually redirects to doc/html/index.html. Will fix this.