Terje Sletteb� <[EMAIL PROTECTED]> writes:
> - With wide character support in lexical_cast enabled for MSVC 6, three
> tests (of 137) fail. These are omitted for that compiler version, using
> BOOST_WORKAROUND and BOOST_TESTED_AT.
You shouldn't be using BOOST_TESTED_AT for that compiler, since there
are known newer versions (unless of course it fails for those too).
BOOST_WORKAROUND(BOOST_MSVC, <= 1200)
is the right test.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost