From 0e0afca36d18fb88305933db53c11ad047e5392a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 19 Jan 2002 13:01:51 +0000 Subject: [PATCH] Fixed location of is_base_and_derived [SVN r12354] --- include/boost/type_traits/fwd.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/type_traits/fwd.hpp b/include/boost/type_traits/fwd.hpp index b85ba96..0ec280a 100644 --- a/include/boost/type_traits/fwd.hpp +++ b/include/boost/type_traits/fwd.hpp @@ -97,8 +97,6 @@ namespace boost{ // conversion_traits.hpp: template struct is_convertible; -template -struct is_base_and_derived; // alignment_traits.hpp: template struct alignment_of; @@ -175,6 +173,8 @@ template struct has_nothrow_assign; template struct is_empty; +template +struct is_base_and_derived; // transform_traits.hpp: template