Updated configuration for Embarcadero clang based compilers

This commit is contained in:
Edward Diener
2020-03-20 12:29:35 -04:00
parent aa90bfdb4a
commit f9e74d8a12
11 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ void integral_constant_checker::check()
// the following function simply verifies that the type
// of an integral constant is correctly defined:
//
#ifdef __BORLANDC__
#ifdef BOOST_BORLANDC
#pragma option -w-8008
#pragma option -w-8066
#endif