rework Intel #define's to be library-specific

[SVN r10153]
This commit is contained in:
Jens Maurer
2001-05-19 09:07:14 +00:00
parent 3fe7088cda
commit 74a8ab80e5

View File

@ -266,8 +266,11 @@
// Intel on Linux --------------------------------------------------------- // Intel on Linux ---------------------------------------------------------
#elif defined __ICC #elif defined __ICC
# define BOOST_NO_SLIST # include <iterator>
# define BOOST_NO_HASH # ifdef _CPPLIB_VER
// shipped with Dinkumware 3.10, which has a different hash_map
# define BOOST_NO_HASH
# endif
// Kai C++ ---------------------------------------------------------------- // Kai C++ ----------------------------------------------------------------