mirror of
https://github.com/monero-project/monero.git
synced 2025-02-11 02:28:34 -05:00
![redfish](/assets/img/avatar_default.png)
The destructors get a noexcept(true) spec by default, but these destructors in fact throw exceptions. An alternative fix might be to not throw (most if not all of these throws are non-essential error-reporting/logging).