mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
HP-UX aCC support
[SVN r33399]
This commit is contained in:
@@ -32,6 +32,7 @@ namespace boost { namespace python {
|
||||
# if (defined(__GNUC__) && __GNUC__ >= 3) \
|
||||
|| 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
|
||||
|
||||
Reference in New Issue
Block a user