From a7321a4260e2a350624669e94c51e728daa7d4b9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 12 Apr 2003 10:31:40 +0000 Subject: [PATCH] Added function_traits include. [SVN r18239] --- include/boost/type_traits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/type_traits.hpp b/include/boost/type_traits.hpp index 09ee938..4681f12 100644 --- a/include/boost/type_traits.hpp +++ b/include/boost/type_traits.hpp @@ -56,6 +56,7 @@ #include "boost/type_traits/remove_reference.hpp" #include "boost/type_traits/remove_volatile.hpp" #include "boost/type_traits/type_with_alignment.hpp" +#include "boost/type_traits/function_traits.hpp" #include "boost/type_traits/ice.hpp"