Skip to content

Commit

Permalink
Boost.Phoenix:
Browse files Browse the repository at this point in the history
    - Adding boost::phoenix::expression::function, aliasing
      boost::phoenix::detail::expression::function_eval, this makes the example
      compile again



[SVN r79223]
  • Loading branch information
sithhell committed Jul 2, 2012
1 parent 683f27e commit d29cb56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/boost/phoenix/function/function.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ namespace boost { namespace phoenix
/////////////////////////////////////////////////////////////////////////////
// Functions
/////////////////////////////////////////////////////////////////////////////

namespace expression
{
template <typename F, BOOST_PHOENIX_typename_A_void(BOOST_PHOENIX_ACTOR_LIMIT)>
struct function
: detail::expression::function_eval<F, BOOST_PHOENIX_A(BOOST_PHOENIX_ACTOR_LIMIT)>
{};
}

// functor which returns our lazy function call extension
template<typename F>
Expand Down

0 comments on commit d29cb56

Please sign in to comment.