Boost logo

Boost Users :

Subject: Re: [Boost-users] [spirit] what's wrong with my parser ?
From: Joel de Guzman (joel_at_[hidden])
Date: 2010-06-03 00:11:20


On 6/3/10 11:11 AM, Kamil Zubair wrote:
> I forgot to mention that this code compile fine with boost 1.41. I
> actually find out if I change the line:
> rule<string::const_iterator, range_val(), locals<float,
> boost::optional<float> > > range_value;
> to
> rule<string::const_iterator, locals<float, boost::optional<float> > >
> range_value;
> the errors dissapear. Is there changes on how to specify attributes of
> rule between boost 1.41 and boost 1.43 ?

Perhaps. Anyway, first, please post to the proper forum.
There's a Spirit mailing list. Second, please post a minimal
cpp file following our policy:
http://boost-spirit.com/home/feedback-and-support/

Thanks!

Regards,

-- 
Joel de Guzman
http://www.boostpro.com
http://spirit.sf.net

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