diff -r 4891d49809bb -r 2b3996fc09a1 core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_ecplusplus.htm --- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_ecplusplus.htm Mon Jul 19 15:31:48 2010 -0500 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_ecplusplus.htm Mon Jul 19 16:13:24 2010 -0500 @@ -1,27 +1,27 @@ - - - - - - - ecplusplus - - - - -

ecplusplus

-

Controls the use of embedded C++ features.

-
Syntax
-

#pragma ecplusplus on | off | reset -

-
Targets
- All platforms.
-
Remarks
-

If you enable this pragma, the C++ compiler disables the non-EC++ features of ANSI C++ such as templates, multiple inheritance, and so on. See “C++ and Embedded Systems” for more information on Embedded C++ support in Carbide C/C++ compilers.

-

This pragma corresponds to the EC++ Compatibility Mode setting . To check this setting, use __option (ecplusplus), described in Checking Settings. The default setting is off.

-

- - - - - + + + + + + + ecplusplus + + + + +

ecplusplus

+

Controls the use of embedded C++ features.

+
Syntax
+

#pragma ecplusplus on | off | reset +

+
Targets
+ All platforms.
+
Remarks
+

If you enable this pragma, the C++ compiler disables the non-EC++ features of ANSI C++ such as templates, multiple inheritance, and so on. See “C++ and Embedded Systems” for more information on Embedded C++ support in Carbide C/C++ compilers.

+

This pragma corresponds to the EC++ Compatibility Mode setting . To check this setting, use __option (ecplusplus), described in Checking Settings. The default setting is off.

+

+ + + + +