Re: Dynamic loop counter on x3
Seth <[email protected]>
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
On 23-11-16 14:24, Takatoshi Kondo wrote: > It seems that the value 'n' is not updated. Yes, this is a limitation in x3. Phoenix isn't integrated like it was in Qi. I've solved it before, here in this StackOverflow answer: http://stackoverflow.com/questions/33624149/boost-spirit-x3-cannot-compile-repeat-directive-with-variable-factor ------------------------------------------------------------------------------