Index: gil/extension/dynamic_image/apply_operation_base.hpp =================================================================== --- gil/extension/dynamic_image/apply_operation_base.hpp (revision 61372) +++ gil/extension/dynamic_image/apply_operation_base.hpp (working copy) @@ -141,7 +141,7 @@ template struct reduce_bind1 { const T2& _t2; - mutable Op& _op; + Op& _op; typedef typename Op::result_type result_type; @@ -154,7 +154,7 @@ struct reduce_bind2 { const Bits1& _bits1; std::size_t _index1; - mutable Op& _op; + Op& _op; typedef typename Op::result_type result_type;