mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
test: remove noexcept(false) comment in ~DebugLogHelper
Github-Pull: #33011 Rebased-From: 616bc22f131132b9239ef362dca8c6bce000a539
This commit is contained in:
parent
24c793d06c
commit
25f975b8df
1 changed files with 0 additions and 2 deletions
|
|
@ -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(); }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue