Skip to content

Commit

Permalink
Repair custom terminal support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley committed Feb 2, 2018
1 parent c0bdea7 commit 492938c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/phoenix/core/actor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace boost { namespace phoenix
>::type
expr_type;

BOOST_PROTO_BASIC_EXTENDS(expr_type, actor<expr_type>, phoenix_domain)
BOOST_PROTO_BASIC_EXTENDS(expr_type, actor<Expr>, phoenix_domain)
BOOST_PROTO_EXTENDS_SUBSCRIPT()
BOOST_PROTO_EXTENDS_ASSIGN()

Expand Down

0 comments on commit 492938c

Please sign in to comment.