forked from boostorg/config
add __ICL
[SVN r10217]
This commit is contained in:
@ -86,6 +86,10 @@ int main()
|
||||
cout << "__ICC defined as " << __ICC << "\n";
|
||||
# endif
|
||||
|
||||
# ifdef __ICL
|
||||
cout << "__ICL defined as " << __ICL << "\n";
|
||||
# endif
|
||||
|
||||
# ifdef __INTEL_COMPILER
|
||||
cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n";
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user