Sunpro 5.7 fixes from Steve Clamage

[SVN r27695]
This commit is contained in:
John Maddock
2005-03-16 12:22:48 +00:00
parent 6e31d51033
commit 7ef0acbb18
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#include <boost/mpl/aux_/lambda_support.hpp>
#include <boost/config.hpp>
#if defined(__SUNPRO_CC)
#if defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x570)
# define BOOST_TT_AUX_BOOL_TRAIT_VALUE_DECL(C) \
typedef ::boost::integral_constant<bool,C> type; \
enum { value = type::value }; \

View File

@ -257,7 +257,7 @@ struct nested_test
}
};
#ifndef __SUNPRO_CC
#if !(defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x570))
#define NESTED_DECL(what)\
template <class T> \
struct BOOST_TT_JOIN(nested_tester_,what){\