forked from boostorg/type_traits
Revert "Use typeof with recent Oracle compiler releases."
This reverts commit ef7436a729
.
This commit is contained in:
@ -24,10 +24,6 @@
|
||||
#define BOOST_COMMON_TYPE_USE_TYPEOF
|
||||
#endif
|
||||
|
||||
#if defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x5130) && defined(BOOST_NO_CXX11_DECLTYPE)
|
||||
#define BOOST_COMMON_TYPE_USE_TYPEOF
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------//
|
||||
#if defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_COMMON_TYPE_ARITY)
|
||||
#define BOOST_COMMON_TYPE_ARITY 3
|
||||
|
Reference in New Issue
Block a user