mirror of
https://github.com/boostorg/config.git
synced 2026-02-19 02:12:20 +00:00
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