forked from boostorg/config
output __USLC__ macro
[SVN r10152]
This commit is contained in:
@ -90,6 +90,10 @@ int main()
|
||||
cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n";
|
||||
# endif
|
||||
|
||||
# ifdef __USLC__
|
||||
cout << "__USLC__ defined\n";
|
||||
# endif
|
||||
|
||||
# ifdef __BORLANDC__
|
||||
cout << "__BORLANDC__ defined as " << __BORLANDC__ << "\n";
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user