From 23b59e4563bf991549750f37e6a1ee65dbcedeb9 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 26 Jan 2004 00:30:09 +0000 Subject: [PATCH] merged DM fixes from the main trunk [SVN r21934] --- include/boost/config/compiler/sunpro_cc.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config/compiler/sunpro_cc.hpp b/include/boost/config/compiler/sunpro_cc.hpp index 0713e6d9..8a61199f 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -63,6 +63,7 @@ // and http://lists.boost.org/MailArchives/boost/msg47220.php # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION # define BOOST_NO_SFINAE +# define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS # endif #define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)