diff --git a/include/boost/config.hpp b/include/boost/config.hpp index cb332c29..0a24d31f 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -263,7 +263,13 @@ # endif # endif -// Kai C++ ------------------------------------------------------------------// +// Intel on Linux --------------------------------------------------------- + +#elif defined __ICC +# define BOOST_NO_SLIST +# define BOOST_NO_HASH + +// Kai C++ ---------------------------------------------------------------- #elif defined __KCC # define BOOST_NO_SLIST @@ -329,7 +335,7 @@ # define BOOST_NO_CV_SPECIALIZATIONS # define BOOST_NO_CV_VOID_SPECIALIZATIONS -// Intel -------------------------------------------------------------------// +// Intel on Windows --------------------------------------------------------// # elif defined __ICL # include // not sure this is the right way to do this -JGS