Cleaned up logging functions

This commit is contained in:
Pasha Bibko
2025-08-03 17:03:39 +01:00
parent 611c5012a7
commit 1411839e38
4 changed files with 39 additions and 24 deletions

View File

@@ -104,7 +104,7 @@ namespace LXC::Util
// Operator overloads //
operator bool() const { return !m_FunctionFailed; }
explicit operator bool() const { return !m_FunctionFailed; }
operator ResultType() { return Result(); }
private: