mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
test: forbid copying of DebugLogHelper
This commit is contained in:
parent
d6aa266d43
commit
2427939935
@ -27,6 +27,9 @@ public:
|
||||
|
||||
explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; });
|
||||
|
||||
DebugLogHelper(const DebugLogHelper&) = delete;
|
||||
DebugLogHelper& operator=(const DebugLogHelper&) = delete;
|
||||
|
||||
~DebugLogHelper();
|
||||
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user