mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
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:
@@ -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_;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user