summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/boost/phoenix/core/expression.hpp')
-rw-r--r--3rdParty/Boost/src/boost/phoenix/core/expression.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/3rdParty/Boost/src/boost/phoenix/core/expression.hpp b/3rdParty/Boost/src/boost/phoenix/core/expression.hpp
index 2db9eec..4291c0a 100644
--- a/3rdParty/Boost/src/boost/phoenix/core/expression.hpp
+++ b/3rdParty/Boost/src/boost/phoenix/core/expression.hpp
@@ -103,8 +103,9 @@ namespace boost { namespace phoenix
proto_grammar;
static type make(BOOST_PP_REPEAT(BOOST_PHOENIX_ITERATION, M1, _))
- {
- actor<base_type> const e =
+ { //?? actor or Actor??
+ //Actor<base_type> const e =
+ actor<base_type> const e =
{
proto::make_expr<
Tag