From c807d35997f5f52200ed612fd0b06e3b4ba8a1fa Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Fri, 7 Feb 2014 11:51:30 +0000 Subject: [PATCH] phoenix/bind/detail/function_ptr.hpp Shadow fixes needs preprocessed files regenerated. --- include/boost/phoenix/bind/detail/function_ptr.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/boost/phoenix/bind/detail/function_ptr.hpp b/include/boost/phoenix/bind/detail/function_ptr.hpp index 38c92ff..0764b4a 100644 --- a/include/boost/phoenix/bind/detail/function_ptr.hpp +++ b/include/boost/phoenix/bind/detail/function_ptr.hpp @@ -53,8 +53,8 @@ namespace boost { namespace phoenix { namespace detail { typedef RT result_type; - impl(FP fp) - : fp(fp) {} + impl(FP fp_) + : fp(fp_) {} RT operator()() const { @@ -73,8 +73,8 @@ namespace boost { namespace phoenix { namespace detail { typedef RT result_type; - impl(FP fp) - : fp(fp) {} + impl(FP fp_) + : fp(fp_) {} template RT operator()(A &a) const @@ -135,8 +135,8 @@ namespace boost { namespace phoenix { namespace detail { typedef RT result_type; - impl(FP fp) - : fp(fp) {} + impl(FP fp_) + : fp(fp_) {} template RT operator()(BOOST_PHOENIX_A_ref_a) const