From 824fccf457b94632c37b8f88903974def108aba9 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 30 Oct 2001 22:30:53 +0000 Subject: [PATCH] aCC 03.31 has been checked [SVN r11477] --- include/boost/config/compiler/hp_acc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/hp_acc.hpp b/include/boost/config/compiler/hp_acc.hpp index bcd75ead..db22d93f 100644 --- a/include/boost/config/compiler/hp_acc.hpp +++ b/include/boost/config/compiler/hp_acc.hpp @@ -29,7 +29,7 @@ #endif // // last known and checked version is 0: -#if (__HP_aCC > 0) +#if (__HP_aCC > 33100) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif