C++20 syntax is not being supported by STM32CubeIDE
I'm writing C++ code wih STM32CubeIDE. Version of IDE is 1.11.0 and it comes with arm-none-eabi-g++ version 10.3-2021.10 . The compiler has some of C++20 features and I'm using them in the code.
The problem is some of them are not recognized by the IDE although the code compiles and runs flawlessly.
I can give3 examples that STM32CubeIDE has problem with them.
- Spaceship operator
- Concepts
- Constraints



