Boost logo

Boost :

From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2023-12-02 21:08:38


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk