From 0e5522e8371244d51f534557fc19cfe3b349a47d Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Wed, 12 Nov 2003 08:37:37 +0000 Subject: [PATCH] apply SunOS patch [SVN r20793] --- include/boost/mpl/aux_/nested_type_wknd.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/nested_type_wknd.hpp b/include/boost/mpl/aux_/nested_type_wknd.hpp index 51f0252..1058a20 100644 --- a/include/boost/mpl/aux_/nested_type_wknd.hpp +++ b/include/boost/mpl/aux_/nested_type_wknd.hpp @@ -21,7 +21,8 @@ #if defined(__GNUC__) && (__GNUC__ < 3 || __GNUC__ == 3 && __GNUC_MINOR__ <= 2 \ || !defined(BOOST_STRICT_CONFIG)) \ - || defined(__BORLANDC__) && (__BORLANDC__ <= 0x561 || !defined(BOOST_STRICT_CONFIG)) + || defined(__BORLANDC__) && (__BORLANDC__ <= 0x561 || !defined(BOOST_STRICT_CONFIG)) \ + || defined(__SUNPRO_CC) namespace boost { namespace mpl { namespace aux {