mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-16 01:50:40 -06:00
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).