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 you know, strtod, atoi and pals are vulnerable to locale changing under their feet, either via setlocale or std::locale::global. It would be nice (and a boon for work) if substrate could self-contain a working implementation, preferably drop-in, of charconv.
The text was updated successfully, but these errors were encountered:
👋
As you know,
strtod
,atoi
and pals are vulnerable to locale changing under their feet, either viasetlocale
orstd::locale::global
. It would be nice (and a boon for work) if substrate could self-contain a working implementation, preferably drop-in, ofcharconv
.The text was updated successfully, but these errors were encountered: