From d29cb5621f525cb42848fccecfd290dacc9aa9f6 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Mon, 2 Jul 2012 06:26:27 +0000 Subject: [PATCH] Boost.Phoenix: - Adding boost::phoenix::expression::function, aliasing boost::phoenix::detail::expression::function_eval, this makes the example compile again [SVN r79223] --- include/boost/phoenix/function/function.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/boost/phoenix/function/function.hpp b/include/boost/phoenix/function/function.hpp index 10bdab7..bfca13c 100644 --- a/include/boost/phoenix/function/function.hpp +++ b/include/boost/phoenix/function/function.hpp @@ -19,6 +19,14 @@ namespace boost { namespace phoenix ///////////////////////////////////////////////////////////////////////////// // Functions ///////////////////////////////////////////////////////////////////////////// + + namespace expression + { + template + struct function + : detail::expression::function_eval + {}; + } // functor which returns our lazy function call extension template