ArduinoCore-samd
ArduinoCore-samd copied to clipboard
<charconv> not found (and string_view, too)
GCC's C++17 support is pretty poor, including lacking <charconv>. It's from 2017, and the toolchain really should be updated.
Oh, this may be because the platform I'm building for is using gnu++11, not gnu++17.