|
Boost : |
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2003-10-02 09:00:43
"John Maddock" <john_at_[hidden]> wrote:
> As Dave has already said, there is no way for us to detect which compiler
> options the Intel compiler is using, and therefore what options it supports.
What exactly is wrong with
#if (defined(_MSC_VER) && _MSV_VER <= 1200) || BOOST_INTEL_CXX_VERSION < 700
#define BOOST_NO_INTRINSIC_WCHAR_T
#endif
(like it was before) in intel.hpp??
Dave said before that you set BOOST_NO_INTRINSIC_WCHAR_T for MSVC 6
_automatically_ in Boost.Build, so the change above would yield the same
result IMHO.
However, you are right if you say (what you didn't) that one cannot turn on
support for a native wchar_t in boost again (after specifying -Zc:wchar_t with
Intel).
Regards,
Stefan
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk