From 9788a1455d86d4e2c4d36df87a23e152028dd1ed Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 5 Aug 2002 01:59:53 +0000 Subject: [PATCH] function_traits.hpp: - Added function_traits template that returns arity, result type, and argument types for a function type. [SVN r14671] --- include/boost/type_traits/function_traits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/type_traits/function_traits.hpp b/include/boost/type_traits/function_traits.hpp index 4e104f8..86bce3e 100644 --- a/include/boost/type_traits/function_traits.hpp +++ b/include/boost/type_traits/function_traits.hpp @@ -291,6 +291,7 @@ struct function_traits_helper typedef T9 arg9_type; typedef T10 arg10_type; }; + } // end namespace detail template