2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-19 02:32:09 +00:00

phoenix/bind/detail/function_ptr.hpp Shadow fixes needs preprocessed files regenerated.

This commit is contained in:
John Fletcher
2014-02-07 11:51:30 +00:00
parent 62dbe3ecc0
commit c807d35997

View File

@@ -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 <typename A>
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 <BOOST_PHOENIX_typename_A>
RT operator()(BOOST_PHOENIX_A_ref_a) const