Controls the use of embedded C++ features.
#pragma ecplusplus on | off | reset
If you enable this pragma, the C++ compiler disables the non-EC++ features of ISO/IEC 14882:2003 C++ such as templates, multiple inheritance, and so on.
This pragma corresponds to the EC++ Compatibility Mode setting in the CodeWarrior IDE's Properties > C/C++ Build > Settings > Tool Settings > PowerPC Compiler> C/C++ Language settings panel. By default, this pragma is off .