forked from boostorg/config
check #define's from Linux edition of Intel C++ 5.0
[SVN r10120]
This commit is contained in:
@@ -82,6 +82,14 @@ int main()
|
|||||||
cout << "__EDG_VERSION__ defined as " << __EDG_VERSION__ << "\n";
|
cout << "__EDG_VERSION__ defined as " << __EDG_VERSION__ << "\n";
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# ifdef __ICC
|
||||||
|
cout << "__ICC defined as " << __ICC << "\n";
|
||||||
|
# endif
|
||||||
|
|
||||||
|
# ifdef __INTEL_COMPILER
|
||||||
|
cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n";
|
||||||
|
# endif
|
||||||
|
|
||||||
# ifdef __BORLANDC__
|
# ifdef __BORLANDC__
|
||||||
cout << "__BORLANDC__ defined as " << __BORLANDC__ << "\n";
|
cout << "__BORLANDC__ defined as " << __BORLANDC__ << "\n";
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user