forked from boostorg/type_traits
Sunpro 5.7 fixes from Steve Clamage
[SVN r27695]
This commit is contained in:
@ -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 }; \
|
||||
|
@ -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){\
|
||||
|
Reference in New Issue
Block a user