Controls the use of the inherited keyword.
This pragma is compatible with the following platform targets:
|
Embedded 68K
|
#pragma def_inherited on | off | reset
Remarks:
This option allows the use of the inherited keyword in C++ programming. The default is off.
NOTE
inherited keyword is not supported by the ANSI/ISO C++ standard and is only implemented for single inheritance with CodeWarrior C++.
To check whether this option is on, use the __option (def_inherited), described in "Checking Options."