diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-D553D41C-D724-510A-A239-66CC158D6984.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-D553D41C-D724-510A-A239-66CC158D6984.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,12 @@ + + + + + +nostdcpp

nostdcpp

This keyword must be included in the project specification file (.mmp) to build a standard target (STDEXE, STDDLL, and STDLIB) using the Symbian C++ semantics for global new operator. To know how the global new operator is handled in standard C++ and Symbian C++, refer to Standard C++ Library in the Generic Open Libraries (P.I.P.S.).

By default all standard targets use the standard C++ semantics for global new operator.

Note: If an .mmp file includes both nostdcpp and stdcpp keywords, the build system will ignore the keywords and use the standard C++ semantics to build the target.

See also

stdcpp

\ No newline at end of file