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]
This commit is contained in:
Aleksey Gurtovoy
2008-10-11 07:22:05 +00:00
parent 638af6028b
commit 3aca8ba417

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_;