From 3aca8ba4179081b5bbcdbd69e94acfc0eca90e9e Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sat, 11 Oct 2008 07:22:05 +0000 Subject: [PATCH] Merged revisions 48658 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r48658 | rwgk | 2008-09-07 21:13:41 -0500 (Sun, 07 Sep 2008) | 1 line mpl/find_if.hpp: MIPSpro 7.41 workaround ........ [SVN r49274] --- include/boost/mpl/find_if.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/find_if.hpp b/include/boost/mpl/find_if.hpp index 987bb9c..83a007e 100644 --- a/include/boost/mpl/find_if.hpp +++ b/include/boost/mpl/find_if.hpp @@ -34,7 +34,7 @@ struct find_if typedef typename iter_fold_if< Sequence , void - , arg<1> // ignore + , mpl::arg<1> // ignore , protect< aux::find_if_pred > >::type result_;