From a283f56d05c701edb498192920e7fdf3e9d0957d Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 12 Mar 2004 18:43:08 +0000 Subject: [PATCH] define BOOST_PYTHON_TYPE_ID_NAME for Linux Intel C++ [SVN r22491] --- include/boost/python/type_id.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/python/type_id.hpp b/include/boost/python/type_id.hpp index b7df191c..452770b4 100755 --- a/include/boost/python/type_id.hpp +++ b/include/boost/python/type_id.hpp @@ -31,7 +31,8 @@ namespace boost { namespace python { // yet clear what the best default strategy is. # if (defined(__GNUC__) && __GNUC__ >= 3) \ || defined(_AIX) \ - || ( defined(__sgi) && defined(__host_mips)) + || ( defined(__sgi) && defined(__host_mips)) \ + || (defined(linux) && defined(__INTEL_COMPILER) && defined(__ICC)) # define BOOST_PYTHON_TYPE_ID_NAME # endif