From 6b3dd0d1cb491b831bee2917b46d34a32f76a6ea Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 2 Feb 2001 18:57:46 +0000 Subject: [PATCH] added more Solaris deficiencies contributed by Nat Mishkin [SVN r8861] --- include/boost/config.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index b534123d..2522969c 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -334,6 +334,11 @@ // Sun Workshop Compiler C++ ------------------------------------------------// # elif defined __SUNPRO_CC +# if __SUNPRO_CC <= 0x520 +# define BOOST_NO_SLIST +# define BOOST_NO_HASH +# define BOOST_NO_STD_ITERATOR_TRAITS +# endif # if __SUNPRO_CC <= 0x500 # define BOOST_NO_MEMBER_TEMPLATES # define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION