We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1f04b commit e7927efCopy full SHA for e7927ef
1 file changed
include/boost/python/type_id.hpp
@@ -32,6 +32,7 @@ namespace boost { namespace python {
32
# if (defined(__GNUC__) && __GNUC__ >= 3) \
33
|| defined(_AIX) \
34
|| ( defined(__sgi) && defined(__host_mips)) \
35
+ || (defined(__hpux) && defined(__HP_aCC)) \
36
|| (defined(linux) && defined(__INTEL_COMPILER) && defined(__ICC))
37
# define BOOST_PYTHON_TYPE_ID_NAME
38
# endif
0 commit comments