Skip to content

Commit e7927ef

Browse files
author
Ralf W. Grosse-Kunstleve
committed
HP-UX aCC support
[SVN r33399]
1 parent 8c1f04b commit e7927ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/boost/python/type_id.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ namespace boost { namespace python {
3232
# if (defined(__GNUC__) && __GNUC__ >= 3) \
3333
|| defined(_AIX) \
3434
|| ( defined(__sgi) && defined(__host_mips)) \
35+
|| (defined(__hpux) && defined(__HP_aCC)) \
3536
|| (defined(linux) && defined(__INTEL_COMPILER) && defined(__ICC))
3637
# define BOOST_PYTHON_TYPE_ID_NAME
3738
# endif

0 commit comments

Comments
 (0)