You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error codes defined in LLU/ErrorLog/Errors including VersionError, FunctionError, etc. should be declared as inline constexpr int instead of just constexpr int. Otherwise, there will be duplicate definition issues.