forked from boostorg/config
added clause for KCC, it doesn't have slist or hash_set/hash_map
[SVN r7711]
This commit is contained in:
@@ -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__
|
||||
|
Reference in New Issue
Block a user