Re: [boost] Re: Re: Better Intel-Win32 support

2003-06-05 Thread John Maddock
I don't know about Intel-Win32 but I brought much of this up regarding MSVC 7.0+ and most everybody yawned. I am glad that some people have woken up to the fact that there is a problem using wide characters with compilers which support both the native C++ wide character and a previous typedef

RE: [boost] Re: Re: Better Intel-Win32 support

2003-06-05 Thread Randy Bowen
A disappointing aspect of this in regards to MSVC 7.0+ is that there is no preprocessor macro ( as of 7.0, I haven't checked 7.1 yet ) which MSVC defines for distinguishing native C++ wide character from the previous typedef for wchar_t. The MS-specific macro _NATIVE_WCHAR_T_DEFINED

Re: [boost] Re: Re: Better Intel-Win32 support

2003-06-05 Thread Beman Dawes
At 11:24 AM 6/4/2003, Edward Diener wrote: I don't know about Intel-Win32 but I brought much of this up regarding MSVC 7.0+ and most everybody yawned. I am glad that some people have woken up to the fact that there is a problem using wide characters with compilers which support both the native