From e7927ef4ea6cd15380e76b7c44be2846a774a3c4 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 20 Mar 2006 00:00:39 +0000 Subject: [PATCH] HP-UX aCC support [SVN r33399] --- include/boost/python/type_id.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/type_id.hpp b/include/boost/python/type_id.hpp index 02f52ddf..fecf8b8d 100755 --- a/include/boost/python/type_id.hpp +++ b/include/boost/python/type_id.hpp @@ -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