From c1c7cc6cfc6eb02bd853f6b8d8992ebb0dea5a97 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 25 Sep 2000 16:41:51 +0000 Subject: [PATCH] added no slist, no hash to intel compiler [SVN r7825] --- include/boost/config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 6a92227d..5e8d0edd 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -214,6 +214,8 @@ # define BOOST_MSVC_STD_ITERATOR # define BOOST_NO_STD_ITERATOR_TRAITS # define BOOST_NO_STDC_NAMESPACE +# define BOOST_NO_SLIST +# define BOOST_NO_HASH # endif