[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


ecplusplus

Description:

Controls the use of embedded C++ features.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

Prototype:
  #pragma ecplusplus on | off | reset Remarks:

If this option is on 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 CodeWarrior C/C++.

This pragma doesn't correspond to any settings panel option. To check whether this option is on, use __option (ecplusplus), described in "Checking Options." By default this pragma is off.


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000