We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a97ff4 commit 616bc22Copy full SHA for 616bc22
src/test/util/logging.h
@@ -33,8 +33,6 @@ class DebugLogHelper
33
34
public:
35
explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; });
36
-
37
- //! Mark as noexcept(false) to catch any thrown exceptions.
38
~DebugLogHelper() noexcept(false) { check_found(); }
39
};
40
0 commit comments