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