There was an error while loading. Please reload this page.
1 parent 870bc49 commit 358a718Copy full SHA for 358a718
tests/tests_common.hpp
@@ -15,7 +15,7 @@ struct test_object {
15
16
test_object();
17
explicit test_object(state s);
18
- virtual ~test_object();
+ virtual ~test_object() noexcept;
19
20
test_object(const test_object&) = delete;
21
test_object(test_object&&) = delete;
0 commit comments