mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Update version check for latest and greatest version.
[SVN r31937]
This commit is contained in:
@ -163,8 +163,9 @@
|
||||
# error "Compiler not supported or configured - please reconfigure"
|
||||
#endif
|
||||
//
|
||||
// last known and checked version is 1536 (Builder X preview):
|
||||
#if (__BORLANDC__ > 1536)
|
||||
// last known and checked version is 1536 (Builder X preview)
|
||||
// Or 0x580 (Borland C++ Builder 6 2006 Preview):
|
||||
#if (__BORLANDC__ > 1536) || ((__BORLANDC__ < 0x600) && (__BORLANDC__ > 0x580))
|
||||
# if defined(BOOST_ASSERT_CONFIG)
|
||||
# error "Unknown compiler version - please run the configure tests and report the results"
|
||||
# else
|
||||
@ -179,3 +180,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user