fpm
fpm copied to clipboard
Implement to_chars and from_chars
C++17 introduces to_chars and from_chars, a new and improved way of converting numbers to and from text (instead of stream operators). Implement the same for fpm.