-wchar_t

Controls the use of the wchar_t data type in C++ source code.

Syntax
  -wchar_t on | off
Remarks

The -wchar on option tells the C++ compiler to recognize the wchar_t type as a built-in type for wide characters. The -wchar off option tells the compiler not to allow this built-in type, forcing the user to provide a definition for this type. Default setting is on.

Related information
-ARM
-bool
-Cpp_exceptions
-dialect
-for_scoping
-instmgr
-iso_templates
-RTTI
-som
-som_env_check