From d1a4ff6bc5372bb39424bc4087e73c9a2ce4feb0 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 28 Apr 2003 04:55:23 +0000 Subject: [PATCH] bug fix [SVN r18321] --- include/boost/mpl/if.hpp | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/include/boost/mpl/if.hpp b/include/boost/mpl/if.hpp index fc4af00..0348d85 100644 --- a/include/boost/mpl/if.hpp +++ b/include/boost/mpl/if.hpp @@ -24,6 +24,10 @@ #include "boost/mpl/aux_/config/workaround.hpp" #include "boost/config.hpp" +#ifndef BOOST_MPL_NO_FULL_LAMBDA_SUPPORT +# include "boost/mpl/arg_fwd.hpp" +#endif + namespace boost { namespace mpl { @@ -113,6 +117,20 @@ struct if_ template struct bind3; template