Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / phoenix / statement / detail / try_catch_eval.hpp
index 0bd015f..07cbf69 100644 (file)
@@ -71,7 +71,7 @@
             >
           , result_type
         >::type
-        operator()(Try const & try_, BOOST_PHOENIX_A_const_ref_a, Context & ctx) const
+        operator()(Try const & try_, BOOST_PHOENIX_A_const_ref_a, Context const & ctx) const
         {
             try
             {
@@ -88,7 +88,7 @@
             >
           , result_type
         >::type
-        operator()(Try const & try_, BOOST_PHOENIX_A_const_ref_a, Context & ctx) const
+        operator()(Try const & try_, BOOST_PHOENIX_A_const_ref_a, Context const & ctx) const
         {
             try
             {