ecplusplus

Controls the use of embedded C++ features.

Syntax
  #pragma ecplusplus on | off | reset   
Remarks

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.