ShaddyDC/osu_reader

Revert to from_chars when it's more widely supported

Opened this issue · 0 comments

Reverts 93cb0d5

This library was originally written on windows with msvc, which has from_chars floating-point support. However, that is not yet available on clang or gcc. Until then, we'll just work around it. This issue is a reminder for me to get around to it eventually, once I can.