From 54b5387eb2376e4a135d51b62349b1d74ae2cb9e Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 8 Sep 2008 02:13:41 +0000 Subject: [PATCH] mpl/find_if.hpp: MIPSpro 7.41 workaround [SVN r48658] --- 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 782484b..2a52507 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_;