C23 syntax highlighting in STM32CubeIDE (e.g. constexpr)
The STM32 toolchain based on gcc 13.3 already supports a lot of C23 features, e.g. constexpr. This is really awesome.
But the current version of CubeIDE seems not to be able yet to parse these new features, so syntax checking / highlighting / code linking breaks.
Is there any simple workaround for this? Or is there information available, whether the next version of CubeIDE will update this?
