diff --git a/include/boost/phoenix/core/terminal.hpp b/include/boost/phoenix/core/terminal.hpp index 2ae807a..dcd2a42 100644 --- a/include/boost/phoenix/core/terminal.hpp +++ b/include/boost/phoenix/core/terminal.hpp @@ -75,7 +75,8 @@ namespace boost { namespace phoenix static const type make(typename call_traits::param_type t) { // ?? Should the next line be Actor not actor which is the default? - actor const e = {base_type::make(t)}; + //actor const e = {base_type::make(t)}; + Actor const e = {base_type::make(t)}; return e; } };