From dbb3fe1b84c16b53aa3b2c86b5c18fac8911646e Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 11 Jul 2003 16:03:11 +0000 Subject: [PATCH] need BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE [SVN r19058] --- 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 1fa0412c..5c228e51 100644 --- a/include/boost/config/compiler/hp_acc.hpp +++ b/include/boost/config/compiler/hp_acc.hpp @@ -20,6 +20,7 @@ // member templates are sufficiently broken that we disable them for now # define BOOST_NO_MEMBER_TEMPLATES # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS +# define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE #endif #if (__HP_aCC <= 33900) || !defined(BOOST_STRICT_CONFIG)