|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70134 - trunk/boost/phoenix/core
From: thom.heller_at_[hidden]
Date: 2011-03-18 14:40:26
Author: theller
Date: 2011-03-18 14:40:25 EDT (Fri, 18 Mar 2011)
New Revision: 70134
URL: http://svn.boost.org/trac/boost/changeset/70134
Log:
let there be green
Text files modified:
trunk/boost/phoenix/core/terminal.hpp | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
Modified: trunk/boost/phoenix/core/terminal.hpp
==============================================================================
--- trunk/boost/phoenix/core/terminal.hpp (original)
+++ trunk/boost/phoenix/core/terminal.hpp 2011-03-18 14:40:25 EDT (Fri, 18 Mar 2011)
@@ -103,7 +103,13 @@
: proto::call<
proto::functional::at(
_env
- , detail::placeholder_idx<boost::is_placeholder<proto::_value>()>()
+ , proto::make<
+ detail::placeholder_idx<
+ proto::make<
+ boost::is_placeholder<proto::_value>()
+ >
+ >()
+ >
)
>
{};
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk