mpl/find_if.hpp: MIPSpro 7.41 workaround

[SVN r48658]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2008-09-08 02:13:41 +00:00
parent b953a6b63b
commit 54b5387eb2

View File

@@ -34,7 +34,7 @@ struct find_if
typedef typename iter_fold_if< typedef typename iter_fold_if<
Sequence Sequence
, void , void
, arg<1> // ignore , mpl::arg<1> // ignore
, protect< aux::find_if_pred<Predicate> > , protect< aux::find_if_pred<Predicate> >
>::type result_; >::type result_;