jk-jeon / dragonbox

Reference implementation of Dragonbox in C++
Apache License 2.0
588 stars 37 forks source link

Replace std::uintXX_t by std::uintXX_fast_t #45

Closed jk-jeon closed 6 months ago

jk-jeon commented 1 year ago

And enclose instances of large constants with UINT64_C and such.

jk-jeon commented 6 months ago

Should be done with e60a6bc

jk-jeon commented 6 months ago

And 74b5dac.