Thanks. I asked the developers this same question, and it seems that support is underway: https://github.com/espressif/crosstool-NG/issues/48
For now, I'm using a workaround in the form of a custom toolchain: https://github.com/Jason2866/platform-espressif32
Search found 2 matches
- Sun Jan 14, 2024 7:21 pm
- Forum: ESP32 Arduino
- Topic: Support for C++20 ranges
- Replies: 2
- Views: 33645
- Thu Jan 11, 2024 8:24 pm
- Forum: ESP32 Arduino
- Topic: Support for C++20 ranges
- Replies: 2
- Views: 33645
Support for C++20 ranges
Hello, I'm working on a project for an ESP32-S3-based board (the LilyGo T-Display-S3), and I am facing problems trying to use the C++20 ranges library. Specifically, I get the error fatal error: ranges: No such file or directory I'm using PlatformIO to develop this project, and I have already asked ...