Boost logo

Boost Users :

From: Joel de Guzman (joel_at_[hidden])
Date: 2007-07-18 05:39:55


Patrick Gräbel wrote:
> I am using Cygwin's g++ 3.4.4 and the official Cygwin Boost package
> version 1.33.1. This minimal programm
>
> using namespace boost::spirit;
> rule< > r;
> r = real_p;
> bool b = parse(inp.c_str(),r,space_p).full;
>
> produces the following error:
>
[snip]
>
> Using the parser expression directly works without problems:
>
> bool b = parse(inp.c_str(),real_p,space_p).full;
>
> What am I doing wrong?

See Faq 1. BTW, the Spirit mailing list is:
https://lists.sourceforge.net/lists/listinfo/spirit-general

Regards,

-- 
Joel de Guzman
http://www.boost-consulting.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