1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-03 05:23:52 +00:00
Martin Hořeňovský 64a0f466ec
Add missing noexcept in move constructors
Because both copy and move operations are trivial, this doesn't
actually change anything, but it silences a static analysis warning.
2019-01-13 16:17:42 +01:00
..