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
i'd add another field to the testoverride map containing the stored type and test that first. I've seen issues where atoi (and maybe stoi) fails due to parsing and returns 0, and as such you end up returning "0" rather than "NaN". Better still, maybe you can leverage std::variant (which I believe is type-safe) here?
Originally posted by @JeffMill in #90 (comment)
The text was updated successfully, but these errors were encountered: