$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2003-10-02 04:08:13
> >> If you use Boost.Build to compile your test, you'll see that it
> >> works, because when your INTEL_BASE_MSVC_TOOLSET is "msvc" (vc6) it
> >> adds -DBOOST_NO_INTRINSIC_WCHAR_T to your command line.
>
> Because AFAIK there's no appropriate way to detect it from the
> preprocessor.
If you disable the native wchar_t for all INTEL_BASE_MSVC_TOOLSET == msvc in
Boost.Build anyway, why would _MSC_VER <= 1200 in intel.hpp not be sufficient?
Stefan