Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2003-04-25 08:20:41


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).

/Pavel


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