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
Allow implicit casting of 0 and 1 to bool. Perhaps consider allowing values above 1 to cast to bool through a comparison. But a bool should ONLY be equal to zero or one.
The text was updated successfully, but these errors were encountered:
Allow implicit casting of 0 and 1 to bool. Perhaps consider allowing values above 1 to cast to bool through a comparison. But a bool should ONLY be equal to zero or one.
The text was updated successfully, but these errors were encountered: