$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2004-09-14 10:02:16
Andreas Fabri <Andreas.Fabri_at_[hidden]> wrote:
>
> Do I have to do something particular for the Intel 8 compiler for
Windows.
>
> I get error messages like:
>
> boost/type_traits/is_integral.hpp(38): error: class
> "boost::is_integral<unsigned short>" has already
> been defined
> BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,wchar_t,true)
> ^
Try using the compiler option /Zc:wchar_t
Stefan