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.