mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
mpl/find_if.hpp: MIPSpro 7.41 workaround
[SVN r48658]
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