Skip to content

Commit

Permalink
Improve compatibility
Browse files Browse the repository at this point in the history
(1) Replace std::uintXX_t by std::uint_leastXX_t, apply UINTXX_C when needed, and add XX-bit masking if necessary, removing the assumption of integers being XX-bits (but didn't touch the table entries; should fix the table generator for that)
(2) Apply the change discussed in #57
(3) Remove remaining C++14/17 feature usages from to_chars.
(4) Simplify dragonbox_to_chars.cpp
  • Loading branch information
jk-jeon committed Mar 13, 2024
1 parent 0cba14c commit e60a6bc
Show file tree
Hide file tree
Showing 3 changed files with 825 additions and 662 deletions.
Loading

0 comments on commit e60a6bc

Please sign in to comment.