diff --git a/include/boost/config.hpp b/include/boost/config.hpp index e8c32d58..80bb68c5 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -164,6 +164,12 @@ # define BOOST_NO_MEMBER_TEMPLATES # endif +// Kai C++ ------------------------------------------------------------------// + +#elif defined __KCC +# define BOOST_NO_SLIST +# define BOOST_NO_HASH + // Borland ------------------------------------------------------------------// #elif defined __BORLANDC__