Skip to content

Commit 358a718

Browse files
committed
Added missing noexcept
1 parent 870bc49 commit 358a718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct test_object {
1515

1616
test_object();
1717
explicit test_object(state s);
18-
virtual ~test_object();
18+
virtual ~test_object() noexcept;
1919

2020
test_object(const test_object&) = delete;
2121
test_object(test_object&&) = delete;

0 commit comments

Comments
 (0)