From 91bddecf5da652095a34db014c7eae3fe1a93168 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 11 May 2011 18:21:29 +0000 Subject: [PATCH] [phoenix] - little tweak in the invert example [SVN r71875] --- example/invert.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/invert.cpp b/example/invert.cpp index d841bbf..830f7cc 100644 --- a/example/invert.cpp +++ b/example/invert.cpp @@ -83,7 +83,7 @@ void print_expr(Expr const & expr) phoenix::eval( expr , phoenix::context( - int() + phoenix::nothing , invert_actions() ) ) @@ -95,7 +95,7 @@ template typename boost::phoenix::result_of::eval< Expr const& - , phoenix::result_of::context::type + , phoenix::result_of::context::type >::type invert(Expr const & expr) { @@ -103,7 +103,7 @@ invert(Expr const & expr) phoenix::eval( expr , phoenix::context( - boost::mpl::void_() + phoenix::nothing , invert_actions() ) );