ArduinoCore-samd icon indicating copy to clipboard operation
ArduinoCore-samd copied to clipboard

<charconv> not found (and string_view, too)

Open JetForMe opened this issue 1 year ago • 1 comments

GCC's C++17 support is pretty poor, including lacking <charconv>. It's from 2017, and the toolchain really should be updated.

JetForMe avatar Jan 03 '25 23:01 JetForMe

Oh, this may be because the platform I'm building for is using gnu++11, not gnu++17.

JetForMe avatar Jan 04 '25 00:01 JetForMe