diff -cr boost_1_34_1/boost/python/type_id.hpp boost_1_34_1_ibm/boost/python/type_id.hpp *** boost_1_34_1/boost/python/type_id.hpp Wed Sep 20 18:49:18 2006 --- boost_1_34_1_ibm/boost/python/type_id.hpp Wed Jun 20 17:49:00 2007 *************** *** 33,39 **** || defined(_AIX) \ || ( defined(__sgi) && defined(__host_mips)) \ || (defined(__hpux) && defined(__HP_aCC)) \ ! || (defined(linux) && defined(__INTEL_COMPILER) && defined(__ICC)) # define BOOST_PYTHON_TYPE_ID_NAME # endif --- 33,40 ---- || defined(_AIX) \ || ( defined(__sgi) && defined(__host_mips)) \ || (defined(__hpux) && defined(__HP_aCC)) \ ! || (defined(linux) && defined(__INTEL_COMPILER) && defined(__ICC)) \ ! || (defined(__linux__) && defined(__IBMCPP__)) # define BOOST_PYTHON_TYPE_ID_NAME # endif diff -cr boost_1_34_1/boost/tr1/detail/config.hpp boost_1_34_1_ibm/boost/tr1/detail/config.hpp *** boost_1_34_1/boost/tr1/detail/config.hpp Fri Jun 1 12:12:07 2007 --- boost_1_34_1_ibm/boost/tr1/detail/config.hpp Tue Jul 31 09:45:00 2007 *************** *** 58,64 **** # define BOOST_TR1_NO_CONFIG_RECURSION # endif # include_next ! # if (__GNUC__ < 3) # include_next # include_next # endif --- 58,64 ---- # define BOOST_TR1_NO_CONFIG_RECURSION # endif # include_next ! # if defined(__GNUC__) && (__GNUC__ < 3) # include_next # include_next # endif