fpm icon indicating copy to clipboard operation
fpm copied to clipboard

Implement to_chars and from_chars

Open MikeLankamp opened this issue 6 years ago • 0 comments

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.

MikeLankamp avatar Feb 08 '20 22:02 MikeLankamp