Updated to support bcc32 5.8.2

[SVN r33685]
This commit is contained in:
Nicola Musatti
2006-04-13 07:13:32 +00:00
parent 4fc1131f39
commit 37dfdf81d4

View File

@ -20,7 +20,7 @@
// last known and checked version is 0x600 (Builder X preview) // last known and checked version is 0x600 (Builder X preview)
// Or 0x582 (Borland C++ Builder 2006 Update 1): // Or 0x582 (Borland C++ Builder 2006 Update 1):
#if (__BORLANDC__ > 0x581) && (__BORLANDC__ != 0x600) #if (__BORLANDC__ > 0x582) && (__BORLANDC__ != 0x600)
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results" # error "Unknown compiler version - please run the configure tests and report the results"
# else # else
@ -67,8 +67,8 @@
#endif #endif
#endif #endif
// Borland C++ Builder 2006 Update 1 and below: // Borland C++ Builder 2006 Update 2 and below:
#if (__BORLANDC__ <= 0x581) #if (__BORLANDC__ <= 0x582)
# define BOOST_NO_SFINAE # define BOOST_NO_SFINAE
# define BOOST_NO_INTEGRAL_INT64_T # define BOOST_NO_INTEGRAL_INT64_T
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS