diff options
author | Jon Atack <jon@atack.com> | 2022-04-28 20:20:30 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-04-28 20:22:56 +0200 |
commit | abc1ee509025d92db5311c3f5df3b61c09cad24f (patch) | |
tree | c6df42ecc03adaf63c41af136344b03a02bb0c53 /src/test/checkqueue_tests.cpp | |
parent | 8730bd3fc87c8a7d44347267e1ff3c7a8674201b (diff) |
validation: make CScriptCheck and prevector swap member functions noexcept
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
Diffstat (limited to 'src/test/checkqueue_tests.cpp')
0 files changed, 0 insertions, 0 deletions