1
Suggestions and Requests / Improve C++ language support
« on: June 02, 2025, 05:02:42 pm »
Improve support for modern and platform independent standard C++ code generation (forward/round trip)
The EA C++ code generation framework is outdated and Windows focused. Features like trailing return types (=>auto return type in EA), forward slash path separators, override specifier etc don't work very well (tagged value solution is very primitive). Also EA generated destructors result in noisy warnings about methods in code not in the model.
The EA C++ code generation framework is outdated and Windows focused. Features like trailing return types (=>auto return type in EA), forward slash path separators, override specifier etc don't work very well (tagged value solution is very primitive). Also EA generated destructors result in noisy warnings about methods in code not in the model.