2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-15 01:12:09 +00:00

let there be green

[SVN r70134]
This commit is contained in:
Thomas Heller
2011-03-18 18:40:25 +00:00
parent a23962112f
commit 717730f45e

View File

@@ -103,7 +103,13 @@ namespace boost { namespace phoenix
: 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>()
>
>()
>
)
>
{};