Apply patch from #6900.

Fixes #6900.

[SVN r79377]
This commit is contained in:
John Maddock
2012-07-09 11:18:46 +00:00
parent 36db37a70a
commit 44e8ed4c2f

View File

@ -78,7 +78,9 @@
# define BOOST_NO_CHAR16_T # define BOOST_NO_CHAR16_T
# define BOOST_NO_CHAR32_T # define BOOST_NO_CHAR32_T
#endif #endif
#define BOOST_NO_CONSTEXPR #if ! __IBMCPP_CONSTEXPR
# define BOOST_NO_CONSTEXPR
#endif
#if ! __IBMCPP_DECLTYPE #if ! __IBMCPP_DECLTYPE
# define BOOST_NO_DECLTYPE # define BOOST_NO_DECLTYPE
#else #else
@ -87,7 +89,9 @@
#define BOOST_NO_DECLTYPE_N3276 #define BOOST_NO_DECLTYPE_N3276
#define BOOST_NO_DEFAULTED_FUNCTIONS #define BOOST_NO_DEFAULTED_FUNCTIONS
#define BOOST_NO_DELETED_FUNCTIONS #define BOOST_NO_DELETED_FUNCTIONS
#define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS #if ! __IBMCPP_EXPLICIT_CONVERSION_OPERATORS
# define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
#endif
#if ! __IBMCPP_EXTERN_TEMPLATE #if ! __IBMCPP_EXTERN_TEMPLATE
# define BOOST_NO_EXTERN_TEMPLATE # define BOOST_NO_EXTERN_TEMPLATE
#endif #endif
@ -101,8 +105,12 @@
#define BOOST_NO_NOEXCEPT #define BOOST_NO_NOEXCEPT
#define BOOST_NO_NULLPTR #define BOOST_NO_NULLPTR
#define BOOST_NO_RAW_LITERALS #define BOOST_NO_RAW_LITERALS
#define BOOST_NO_RVALUE_REFERENCES #if ! __IBMCPP_RVALUE_REFERENCES
#define BOOST_NO_SCOPED_ENUMS # define BOOST_NO_RVALUE_REFERENCES
#endif
#if ! __IBMCPP_SCOPED_ENUM
# define BOOST_NO_SCOPED_ENUMS
#endif
#define BOOST_NO_SFINAE_EXPR #define BOOST_NO_SFINAE_EXPR
#define BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX #define BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX
#if ! __IBMCPP_STATIC_ASSERT #if ! __IBMCPP_STATIC_ASSERT