forked from boostorg/type_traits
Suppress use of typeof with the IBM compiler - it appears not to work?
[SVN r65629]
This commit is contained in:
@ -14,6 +14,9 @@
|
||||
#ifdef __SUNPRO_CC
|
||||
# define BOOST_COMMON_TYPE_DONT_USE_TYPEOF
|
||||
#endif
|
||||
#ifdef __IBMCPP__
|
||||
# define BOOST_COMMON_TYPE_DONT_USE_TYPEOF
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------//
|
||||
#if defined(BOOST_NO_VARIADIC_TEMPLATES)
|
||||
|
Reference in New Issue
Block a user