$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [spirit][phoenix] Spirit v2 conflicts with Phoenix v3
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2012-07-19 10:59:36
On Thursday 19 July 2012 16:49:03 Thomas Heller wrote:
> On 07/19/2012 04:39 PM, Andrey Semashev wrote:
>
> You should define BOOST_SPIRIT_USE_PHOENIX_V3 instead, as documented here:
> http://www.boost.org/doc/libs/1_50_0/libs/spirit/doc/html/spirit/what_s_new/
> spirit_2_5.html This probably needs a bit more exposure, the macros defined
> in phoenix are a leftover from earlier days and should be ignored.
Thanks, that helped. The macro could use a better exposure, indeed.