mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 19:51:29 +02:00
test: remove noexcept(false) comment in ~DebugLogHelper
Github-Pull: #33011
Rebased-From: 616bc22f13
This commit is contained in:
@@ -33,8 +33,6 @@ class DebugLogHelper
|
||||
|
||||
public:
|
||||
explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; });
|
||||
|
||||
//! Mark as noexcept(false) to catch any thrown exceptions.
|
||||
~DebugLogHelper() noexcept(false) { check_found(); }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user