arduino/ArduinoCore-samd

<charconv> not found (and string_view, too)

JetForMe opened this issue · 1 comments

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.