Suppress use of typeof with the IBM compiler - it appears not to work?

[SVN r65629]
This commit is contained in:
John Maddock
2010-09-27 12:25:37 +00:00
parent 71d516c6f5
commit ff704d8ed0

View File

@ -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)