C1XX -EnableWchar_t

Syntax

positive:

-EnableWchar_t

negative:

-EnableWchar_t-

This option is not recognised on the CL command line, but can be passed to C1XX through the CL /d1 option, giving EnableWchar_t as its argument (with or without a trailing negative).

Behaviour

To C1XX, the positive form -EnableWchar_t is nothing but an alias of -Zc:wchar_t, as passed by CL when given the (documented) /Zc:wchar_t option.