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
As of right now strtoi will happily (and interpret as numbers) any character in the charset for literals. We must insert some kind of check (probably with enable_if and bounds checking) for valid characters.
The text was updated successfully, but these errors were encountered:
As of right now
strtoi
will happily (and interpret as numbers) any character in the charset for literals. We must insert some kind of check (probably withenable_if
and bounds checking) for valid characters.The text was updated successfully, but these errors were encountered: