From 74a8ab80e5d1f9873abdf000a620763a31f50802 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 19 May 2001 09:07:14 +0000 Subject: [PATCH] rework Intel #define's to be library-specific [SVN r10153] --- include/boost/config.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 0a24d31f..962d0569 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -266,8 +266,11 @@ // Intel on Linux --------------------------------------------------------- #elif defined __ICC -# define BOOST_NO_SLIST -# define BOOST_NO_HASH +# include +# ifdef _CPPLIB_VER + // shipped with Dinkumware 3.10, which has a different hash_map +# define BOOST_NO_HASH +# endif // Kai C++ ----------------------------------------------------------------