apply SunOS patch

[SVN r20793]
This commit is contained in:
Aleksey Gurtovoy
2003-11-12 08:37:37 +00:00
parent 43af4b3bea
commit 0e5522e837

View File

@@ -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 {