>Ok, it seems we may have to exclude wide character support for lexical_cast
>on MSVC 6, to avoid breaking Date/Time. I suggest something like:
>
>#if defined(BOOST_NO_STRINGSTREAM) || \
> defined(BOOST_NO_STD_WSTRING) || \
> defined(BOOST_NO_STD_LOCALE) || \
> defined(BOOST_NO_CWCHAR) || \
> defined(BOOST_MSVC) && (BOOST_MSVC <= 1200)
>#define DISABLE_WIDE_CHAR_SUPPORT
>#endif
>
>(Testing for BOOST_NO_INTRINSIC_WCHAR_T, instead, would also disable wide
>character support on Intel C++ (on Windows), which does work with
>lexical_cast)
>
>I've tested this with Date/Time's testclock.cpp (one of the failing tests)
>on MSVC 6 and Intel C++ 7, and it now works.
testclock works for me too! Thanks!
I'm running the full Win32 regression tests now.
--Beman
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost