$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-06-26 16:21:47
>The macro should be defined *only* for Intel C++ 7.1 or older for
>Windows 32-bit. So my questions are:
>
>1. Is the definition correct in light of what I said above?
I believe so.
>2. What's the meaning of all those different macros __ICC, __ICL and
>__ECC? I've googled for them but found nothing conclusive.
__ICL is Intel on windows.
__ICC is Intel on linux (IA32)
__ECC is Intel on itanium (or at least I think it is).
John.