This commit is contained in:
Elias Bachaalany
2025-01-21 21:43:42 -08:00
parent 5bf325c77f
commit ebf563e313
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ namespace utils
}
}
}
explicit operator bool() const
explicit operator bool() const noexcept
{
return static_cast<bool>(func);
}