<charconv> not found (and string_view, too)
JetForMe opened this issue · 1 comments
JetForMe commented
GCC's C++17 support is pretty poor, including lacking <charconv>. It's from 2017, and the toolchain really should be updated.
JetForMe commented
Oh, this may be because the platform I'm building for is using gnu++11, not gnu++17.