[vsipl++] patch: Disable exceptions when compiler doesn't support them.

Mark Mitchell mark at codesourcery.com
Thu Sep 7 04:28:49 UTC 2006


Stefan Seefeld wrote:

> +// If the Intel compiler on windows is used without exception handling (-GX)
> +#  if defined(__ICL) && __EXCEPTIONS != 1

Picking nits: it's usually best to say "&& !__EXCEPTIONS" for things 
like this, since they might set __EXCEPTIONS to 2 in the future to 
indicate that they have a superset of what we currently think of as 
exceptions.

-- 
Mark Mitchell
CodeSourcery
mark at codesourcery.com
(650) 331-3385 x713



More information about the vsipl++ mailing list