Intel C++ on Linux doesn't have the SGI STL interface for hash_map and friends

[SVN r10121]
This commit is contained in:
Jens Maurer
2001-05-17 20:17:43 +00:00
parent b16b2e09e8
commit 7e2fb0aa47

View File

@ -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 <iterator> // not sure this is the right way to do this -JGS