From 717730f45e6920c0b50504aa3cbca1757b008c8d Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 18 Mar 2011 18:40:25 +0000 Subject: [PATCH] let there be green [SVN r70134] --- include/boost/phoenix/core/terminal.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/boost/phoenix/core/terminal.hpp b/include/boost/phoenix/core/terminal.hpp index 886416b..3a63f38 100644 --- a/include/boost/phoenix/core/terminal.hpp +++ b/include/boost/phoenix/core/terminal.hpp @@ -103,7 +103,13 @@ namespace boost { namespace phoenix : proto::call< proto::functional::at( _env - , detail::placeholder_idx()>() + , proto::make< + detail::placeholder_idx< + proto::make< + boost::is_placeholder() + > + >() + > ) > {};