boostorg / phoenix

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

Remove broken visit_each #87

Closed Kojoley closed 4 years ago

Kojoley commented 4 years ago

The test for it is not run by the test suit, it does not compile because of missing includes somewhere, and fixing compilation is not the end of the story. The visit_each seems to be simply never worked, running the test fails with a wrong result.

The only potential usage of visit_each is the Signals1/2 library, and I did not find any bug report about that.