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
So adding this patch, works as expected for my use case (Based on fastfloat/fast_float#164). We would need to check that the string has been fully consumed by fastfloat. Some other functions would maybe need this change :
A string that begins with
inf
, regardless of what comes after (except""
and"inity"
), will silently succeed :Does
atod
do whole string matching ? Is this the intended behavior.My use case is for decoding primitives not known in advance in a specific order :
Ultimately, is it up to me to check for a
inf
character is valid ?The text was updated successfully, but these errors were encountered: