2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 02:12:09 +00:00

function/lazy_prelude.hpp add missing const in Filter

This commit is contained in:
John Fletcher
2015-03-05 09:05:34 +00:00
parent 50ae1ca672
commit 3aa6d7762f

View File

@@ -501,7 +501,7 @@ namespace boost {
template <class P, class L>
typename result<Filter(P,L)>::type
operator()( const P& p, const L& ll)
operator()( const P& p, const L& ll) const
{
typename result_of::ListType<L>::delay_result_type
l = delay(ll);