Re: [PATCH] gengtype parsing member fns

2017-02-10 Thread Jeff Law
On 02/10/2017 01:55 PM, Nathan Sidwell wrote: I happened to write an inline member fn containing a '/' operator. That caused gengtype to complain about an unexpected '/' character. I thought I'd gone crazy until I determined it was gengtype complaining not cc1plus! Anyway, this patch adds '/'

[PATCH] gengtype parsing member fns

2017-02-10 Thread Nathan Sidwell
I happened to write an inline member fn containing a '/' operator. That caused gengtype to complain about an unexpected '/' character. I thought I'd gone crazy until I determined it was gengtype complaining not cc1plus! Anyway, this patch adds '/' to the set of single char tokens permitted