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++ ----------------------------------------------------------------