$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.