$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-03-18 15:48:50
Terje Slettebø <tslettebo_at_[hidden]> 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