forked from boostorg/config
rework Intel #define's to be library-specific
[SVN r10153]
This commit is contained in:
@ -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++ ----------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user