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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user