CubeIDE: Imported Eclipse 'C' Project incorrectly defines __cplusplus
STM32 CubeIDE v1.5.1; Build: 9029_20201210_1234 (UTC)
The same Eclipse Project as:
https://community.st.com/s/question/0D53W00000Y2lIsSAJ/cant-usecreate-debug-config-for-oss7-stack
It is a 'C' Project, but the CubeIDE defines __cplusplus:
Which, as you can see, messes-up the codes checks to see if C++ is being used!
If I manually delete that definition, all is fine.
The problem does not happen when opening the project in a "normal" Eclipse Neon 3.
So why is CubeIDE adding this?
