forked from boostorg/config
Intel C++ on Linux doesn't have the SGI STL interface for hash_map and friends
[SVN r10121]
This commit is contained in:
@ -263,7 +263,13 @@
|
|||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
// Kai C++ ------------------------------------------------------------------//
|
// Intel on Linux ---------------------------------------------------------
|
||||||
|
|
||||||
|
#elif defined __ICC
|
||||||
|
# define BOOST_NO_SLIST
|
||||||
|
# define BOOST_NO_HASH
|
||||||
|
|
||||||
|
// Kai C++ ----------------------------------------------------------------
|
||||||
|
|
||||||
#elif defined __KCC
|
#elif defined __KCC
|
||||||
# define BOOST_NO_SLIST
|
# define BOOST_NO_SLIST
|
||||||
@ -329,7 +335,7 @@
|
|||||||
# define BOOST_NO_CV_SPECIALIZATIONS
|
# define BOOST_NO_CV_SPECIALIZATIONS
|
||||||
# define BOOST_NO_CV_VOID_SPECIALIZATIONS
|
# define BOOST_NO_CV_VOID_SPECIALIZATIONS
|
||||||
|
|
||||||
// Intel -------------------------------------------------------------------//
|
// Intel on Windows --------------------------------------------------------//
|
||||||
|
|
||||||
# elif defined __ICL
|
# elif defined __ICL
|
||||||
# include <iterator> // not sure this is the right way to do this -JGS
|
# include <iterator> // not sure this is the right way to do this -JGS
|
||||||
|
Reference in New Issue
Block a user