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
Numeric conversions allow some inconsistencies, such as eg. converting a negative integer to hex, and parsing a negative numeric string into hex. This will be prohibited in 1.13 - potentially a breaking change. uIntToStr functions will be deprecated in favor of conditionally compile-time enable_if'd intToStr
The text was updated successfully, but these errors were encountered:
* Made it possible to use lowercase hex numbers, also when encoding JSON (#3102)
Co-authored-by: Thomas Weyn <Thomas.Weyn@cebir.be>
* fix(JSONString): Remove deprecated toJSON functions #4305
* fix(NumericString): conversions inconsistencies #4304
---------
Co-authored-by: Archipel <thomas@weynwebworks.com>
Co-authored-by: Thomas Weyn <Thomas.Weyn@cebir.be>
Numeric conversions allow some inconsistencies, such as eg. converting a negative integer to hex, and parsing a negative numeric string into hex. This will be prohibited in 1.13 - potentially a breaking change.
uIntToStr
functions will be deprecated in favor of conditionally compile-timeenable_if
'dintToStr
The text was updated successfully, but these errors were encountered: