$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 13:45:23
> In order to use Boost.Phoenix's comma operator you need to include
> "boost/spirit/include/phoenix_statement.hpp" (or maybe
> "boost/phoenix/statement/sequence.hpp").
That's the problem, I included "phoenix_statement.hpp", but it turned
out the comma was not there, and the code just silently failed.
Anyway, including phoenix.hpp always does the job :)