mirror of
https://github.com/boostorg/locale.git
synced 2025-05-09 15:14:03 +00:00
ICU doesn't support uint64_t directly but provides access to formatting and parsing of decimal number strings. Use Boost.Charconv to interface with that. Fixes #235