mirror of
https://github.com/boostorg/config.git
synced 2026-02-18 14:02:13 +00:00
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";
|
||||
# endif
|
||||
|
||||
# ifdef __ICC
|
||||
cout << "__ICC defined as " << __ICC << "\n";
|
||||
# endif
|
||||
|
||||
# ifdef __INTEL_COMPILER
|
||||
cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n";
|
||||
# endif
|
||||
|
||||
# ifdef __BORLANDC__
|
||||
cout << "__BORLANDC__ defined as " << __BORLANDC__ << "\n";
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user