2 Dec
2023
2 Dec
'23
9:08 p.m.
On 11/29/23 18:56, Andrey Semashev wrote:
On 11/29/23 13:14, Janko Dedic via Boost wrote:
All destructor declarations in the documentation lack noexcept specification, which by default means that they're noexcept, but they're actually not if you look at the Throws section, or the implementation.
Unfortunately, this is how Doxygen works, I can't do anything about it. The noexcept specification is present in the code.
Turns out, this is not Doxygen's fault after all. The problem was in our Boostbook stylesheets, and it should be fixed by this PR: https://github.com/boostorg/boostbook/pull/23