Cleaned up logging functions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user