Changed the latest accepted value of __BORLANDC__ for when __CODEGEARC__ is not defined.

This commit is contained in:
Edward Diener
2020-05-03 16:24:55 -04:00
parent c2e8598933
commit dea5465f9e

View File

@@ -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