Reason:
A swap must not fail; when a class has a swap member function, it should be declared noexcept.
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c84-a-swap-function-must-not-fail
This is a backport of core#25017
Differential D13188
validation, test, bench: make CScriptCheck and prevector swap member functions noexcept PiRK on Feb 28 2023, 13:09. Authored by Tags None Subscribers None
Details
Reason: This is a backport of core#25017 ninja all check-all bench-bitcoin bitcoin-fuzzers
Diff Detail
|