From c1ff06042d9f33a8e7f31fdbb9f54431dda44cff Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 13 Oct 2000 20:02:20 +0000 Subject: [PATCH] Add BOOST_NO_SLIST and BOOST_NO_HASH for Borland, although I agree with others that these defines are very questionable [SVN r7934] --- include/boost/config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 51ec3ad2..a6422c8d 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -198,6 +198,8 @@ // Borland ------------------------------------------------------------------// #elif defined __BORLANDC__ +# define BOOST_NO_SLIST +# define BOOST_NO_HASH # if __BORLANDC__ <= 0x0551 # define BOOST_NO_INTEGRAL_INT64_T # define BOOST_NO_PRIVATE_IN_AGGREGATE