Mike Lankamp

Results 1 issues of Mike Lankamp

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`.

enhancement