problem porting code using spirit parser to v1.34.0
Hi,
I'm having trouble porting some code to use v1.34.0 of boost.
We are using the spirit parser and have found that strings containing
trailing white space are not parsed as before.
The following code is a simple example of the problem. This code works
with boost 1.33.1 but not 1.34.0.
Can anyone help explain why the code no longer works and what we should
do to fix the problem?
Regards,
Andy
#include <string>
#include <iostream>
#include
Pearson, Andrew wrote:
Hi,
I’m having trouble porting some code to use v1.34.0 of boost.
We are using the spirit parser and have found that strings containing trailing white space are not parsed as before.
The following code is a simple example of the problem. This code works with boost 1.33.1 but not 1.34.0.
Can anyone help explain why the code no longer works and what we should do to fix the problem?
It's the post-skip issue. See http://tinyurl.com/2tglmw 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
participants (2)
-
Joel de Guzman
-
Pearson, Andrew