Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-03-19 07:25:53


At 03:13 AM 3/19/2003, Terje Slettebø wrote:

>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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk