Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-04-25 09:16:09


"Pavel Vozenilek" <pavel_vozenilek_at_[hidden]> writes:

> In boost/config/compiler/intel.hpp:
>
> the line
>
> # ifndef _NATIVE_WCHAR_T_DEFINED
>
> should be replaced with
>
> # ifndef _WCHAR_T_DEFINED
> ...
>
> _WCHAR_T_DEFINED exists in both Intel C++ 6 and 7. I don't know where does
> _NATIVE_WCHAR_T_DEFINED comes from.
>
> Also
>
> #ifndef _CPPUNWIND
> # define BOOST_NO_EXCEPTIONS
> #endif
>
> can be used for this compiler (checked for 6 + 7).

Applied, thanks!

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk