|
Boost Users : |
Subject: Re: [Boost-users] [spirit] first steps
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2010-02-18 13:05:34
> How to use the string parser?
> I tried this way:
>
> std::string s1;
> bool r = qi::phrase_parse(first, last,
> (
> string[ref(s1) = _1]
> )
> ,
> space);
>
> But it doesn't compile.
Please provide us with a minimal, self-contained piece of code we can
compile. We have no crystal ball to see what you're doing...
Regards Hartmut
---------------
Meet me at BoostCon
www.boostcon.com
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