From abafc5d1be353d65e3f2f4719952482d6cfe449f Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 6 Sep 2003 14:24:01 +0000 Subject: [PATCH] Added missing lambda support for broken compilers [SVN r19936] --- include/boost/iterator/detail/categories.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/boost/iterator/detail/categories.hpp b/include/boost/iterator/detail/categories.hpp index 2e53fb6..5a2e7eb 100644 --- a/include/boost/iterator/detail/categories.hpp +++ b/include/boost/iterator/detail/categories.hpp @@ -21,6 +21,7 @@ # include # include # include +# include # include @@ -322,7 +323,9 @@ namespace boost , error_type > > - {}; + { + BOOST_MPL_AUX_LAMBDA_SUPPORT(2,minimum_category,(T1,T2)) + }; # if BOOST_WORKAROUND(BOOST_MSVC, <= 1200) // Deal with ETI