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
String(long long int) and String(unsigned long long int) are not defined for relevant platforms, so String() is unable to parse 64-bit integers. A minimal non-working example would be:
String(long long int)
andString(unsigned long long int)
are not defined for relevant platforms, soString()
is unable to parse 64-bit integers. A minimal non-working example would be:Which produces an error
call of overloaded 'String(long long int)' is ambiguous
.The text was updated successfully, but these errors were encountered: