From: Darin Adler (darin_at_[hidden])
Date: 2002-07-30 11:01:04


>> Are you sure you are not mixing up with _WCHAR_T_DEFINED?
>> I don't have VC7 but there's no mention of _NATIVE_WCHAR_T_DEFINED in
>> the MSDN. Moreover _WCHAR_T_DEFINED is not useful to see if
>> /Zc:wchar_t is used because it is also defined if wchar_t is a
>> typedef-name.
>
> Yes, _NATIVE_WCHAR_T_DEFINED is set to 1 , when /Zc:wchar_t is used, I
> think
> Jason Shirk (from the VC compiler team) put us onto that one.

Indeed. See <http://listarchives.boost.org/MailArchives/boost/msg16494.php>.

     -- Darin