boostorg / phoenix

Boost.org phoenix module
http://boost.org/libs/phoenix
28 stars 46 forks source link

Repair custom terminal support #66

Closed Kojoley closed 6 years ago

Kojoley commented 6 years ago

PR #64 had broken custom terminal support. The phoenix test suite seems does not cover this part, but the fix is enough to make Spirit pass its own tests.

Note: BOOST_PROTO_BASIC_EXTENDS(Expr, actor<Expr>, phoenix_domain) does not work out.

Flast commented 6 years ago

Can you show which spirit test failed?

Kojoley commented 6 years ago

https://travis-ci.org/boostorg/spirit/builds/336340451

Flast commented 6 years ago

Ah, I see.

Kojoley commented 6 years ago

Thanks for the fast merge!