From 1613e9907f08ac188edb18a0acb30fff91cb3ce5 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 17 May 2005 10:32:59 +0000 Subject: [PATCH] aCC doesn't support is_abstract [SVN r28986] --- include/boost/config/compiler/hp_acc.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config/compiler/hp_acc.hpp b/include/boost/config/compiler/hp_acc.hpp index b5c587ab..3d05ba56 100644 --- a/include/boost/config/compiler/hp_acc.hpp +++ b/include/boost/config/compiler/hp_acc.hpp @@ -32,6 +32,7 @@ # define BOOST_NO_TEMPLATE_TEMPLATES # define BOOST_NO_SWPRINTF # define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS +# define BOOST_NO_IS_ABSTRACT // std lib config should set this one already: //# define BOOST_NO_STD_ALLOCATOR #endif