Hartmut Kaiser | 25 Feb 02:59

Re: skipper rules silently ignored (spirit2)

Cédric,

This issue should be fixed now by generating a compile time error whenever
the skipper is not convertible to the skipper specified while defining the
grammar/rule.

Thanks again!
Regards Hartmut

> -----Original Message-----
> From: Hartmut Kaiser [mailto:hartmut.kaiser <at> gmail.com]
> Sent: Sunday, February 24, 2008 5:29 PM
> To: 'Spirit Development'
> Cc: 'Joel de Guzman'
> Subject: RE: [Spirit-devel] skipper rules silently ignored (spirit2)
> 
> Hi,
> 
> > Using the latest svn version of spirit2, I have had a small problem
> > with the
> > skipper rule.
> > Since I wanted to use a rule more complexe than space (and that I
> > didn't
> > have its type):
> >
> > charset::space | ('%' >> *~spirit::char_('\n') >> '\n')
> >
> > I defined my grammar like this:
> >
> > template <typename Iterator>
(Continue reading)


Gmane