From 230bd5762f9b971337f32d646a9e0bd4e3518afa Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Mon, 7 May 2001 21:18:24 +0000 Subject: [PATCH] add trivial HP aCC compiler workaround [SVN r10049] --- include/boost/type_traits/type_traits_test.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/type_traits/type_traits_test.hpp b/include/boost/type_traits/type_traits_test.hpp index c0d6921..c1e1223 100644 --- a/include/boost/type_traits/type_traits_test.hpp +++ b/include/boost/type_traits/type_traits_test.hpp @@ -49,7 +49,8 @@ int check_result(int argc, char** argv) // this one is to verify that a constant is indeed a // constant-integral-expression: // -template +// HP aCC cannot deal with missing names for template value parameters +template struct checker { static void check(bool, bool, const char*, bool){ ++test_count; }