added clause for KCC, it doesn't have slist or hash_set/hash_map

[SVN r7711]
This commit is contained in:
Jeremy Siek
2000-09-18 09:06:43 +00:00
parent ce60768de6
commit 5b6863d434

View File

@@ -164,6 +164,12 @@
# define BOOST_NO_MEMBER_TEMPLATES # define BOOST_NO_MEMBER_TEMPLATES
# endif # endif
// Kai C++ ------------------------------------------------------------------//
#elif defined __KCC
# define BOOST_NO_SLIST
# define BOOST_NO_HASH
// Borland ------------------------------------------------------------------// // Borland ------------------------------------------------------------------//
#elif defined __BORLANDC__ #elif defined __BORLANDC__