mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Changed the latest accepted value of __BORLANDC__ for when __CODEGEARC__ is not defined.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
// last known compiler version:
|
||||
#if (__BORLANDC__ > 0x740)
|
||||
#if (__BORLANDC__ > 0x613)
|
||||
//# if defined(BOOST_ASSERT_CONFIG)
|
||||
# error "boost: Unknown compiler version - please run the configure tests and report the results"
|
||||
//# else
|
||||
|
Reference in New Issue
Block a user