From ad5fc1a2ac4d82f1f4fb9d955f8f1817b6ecdfd9 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sun, 5 Sep 2004 10:03:28 +0000 Subject: [PATCH] workaround buggy preprocessors [SVN r24914] --- include/boost/type_traits/type_with_alignment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/type_with_alignment.hpp b/include/boost/type_traits/type_with_alignment.hpp index f82c16f..b6d9a1c 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -52,7 +52,7 @@ typedef int (alignment_dummy::*member_function_ptr)(); , void*, function_ptr, member_ptr, member_function_ptr)) #endif -#define BOOST_TT_HAS_ONE_T(D,Data,T) boost::detail::has_one_T +#define BOOST_TT_HAS_ONE_T(D,Data,T) boost::detail::has_one_T< T > #define BOOST_TT_ALIGNMENT_STRUCT_TYPES \ BOOST_PP_LIST_TRANSFORM(BOOST_TT_HAS_ONE_T, \