2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

define BOOST_PYTHON_TYPE_ID_NAME for Linux Intel C++

[SVN r22491]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-03-12 18:43:08 +00:00
parent e6fd78ce93
commit a283f56d05

View File

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