diff --git a/include/boost/phoenix/function/lazy_prelude.hpp b/include/boost/phoenix/function/lazy_prelude.hpp index 357591b..d74b200 100644 --- a/include/boost/phoenix/function/lazy_prelude.hpp +++ b/include/boost/phoenix/function/lazy_prelude.hpp @@ -501,7 +501,7 @@ namespace boost { template typename result::type - operator()( const P& p, const L& ll) + operator()( const P& p, const L& ll) const { typename result_of::ListType::delay_result_type l = delay(ll);