Re: [boost] Re: Spirit rules

2003-07-17 Thread Joel de Guzman
Kai-Mikael Jää-Aro <[EMAIL PROTECTED]> wrote: > Joel de Guzman wrote: > >> Kai-Mikael Jää-Aro <[EMAIL PROTECTED]> wrote: >> >>> I obviously have not understood how spirit rules are supposed to work. The >>> simple program below fails to compile (spewing out 42 lines of error >>> messages). If I re

[boost] Re: Spirit rules

2003-07-17 Thread Kai-Mikael Jää-Aro
Joel de Guzman wrote: Kai-Mikael Jää-Aro <[EMAIL PROTECTED]> wrote: I obviously have not understood how spirit rules are supposed to work. The simple program below fails to compile (spewing out 42 lines of error messages). If I replace the application of 'Id' with int_p directly it works OK. Wha

[boost] Re: Spirit rules

2003-07-16 Thread Lucas Galfaso
replace rule<> Id = int_p; with rule Id = int_p; Lucas/ "Kai-Mikael Jää-Aro" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I obviously have not understood how spirit rules are supposed to work. The > simple program below fails to compile (spewing out 42 lines of error messages). >