Add BOOST_NO_SLIST and BOOST_NO_HASH for Borland, although I agree with others that these defines are very questionable

[SVN r7934]
This commit is contained in:
Beman Dawes
2000-10-13 20:02:20 +00:00
parent 169988f2b2
commit c1ff06042d

View File

@@ -198,6 +198,8 @@
// Borland ------------------------------------------------------------------// // Borland ------------------------------------------------------------------//
#elif defined __BORLANDC__ #elif defined __BORLANDC__
# define BOOST_NO_SLIST
# define BOOST_NO_HASH
# if __BORLANDC__ <= 0x0551 # if __BORLANDC__ <= 0x0551
# define BOOST_NO_INTEGRAL_INT64_T # define BOOST_NO_INTEGRAL_INT64_T
# define BOOST_NO_PRIVATE_IN_AGGREGATE # define BOOST_NO_PRIVATE_IN_AGGREGATE