Boost logo

Boost Users :

Subject: Re: [Boost-users] [phoenix][spirit] catch_all issues in V3
From: Igor R (boost.lists_at_[hidden])
Date: 2013-12-03 12:58:37


> If I modify "catch_all" line like this:
> query = id[phx::try_[qi::_val = phx::bind(&string2test, qi::_1)].catch_all [ qi::_pass = false ], qi::_val = qi::_val ];
> ...it compiles, but doesn't seem to invoke the semantic action in runtime.

Solved. It turns out that I failed to include the header where the
relevant comma operator is defined.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net