From 276d786ed9cdff1b841015d0ef0806950b0bb691 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 13 Sep 2007 19:58:30 +0000 Subject: [PATCH] We can no longer use is_base_and_derived with incomplete types, not that it worked well before [SVN r39247] --- include/boost/parameter/aux_/arg_list.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/boost/parameter/aux_/arg_list.hpp b/include/boost/parameter/aux_/arg_list.hpp index a031e3e..d70205f 100755 --- a/include/boost/parameter/aux_/arg_list.hpp +++ b/include/boost/parameter/aux_/arg_list.hpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #include @@ -158,10 +159,6 @@ no_tag operator*(empty_arg_list, KW*); template struct tagged_argument; -// Forward declaration for arg_list::operator[], with -// IS_XXX helper -struct maybe_base; - template struct is_maybe : is_base_and_derived