iter_pos parser in repository is broken.
Robert Nelson <[email protected]> Mon, 14 Feb 2011 12:22:17 -0700
| Newsgroups | gmane.comp.parsers.spirit.devel |
|---|---|
| Message-ID | <[email protected]> |
Due to the recent change of the BOOST_SPIRIT_TERMINAL macro, all custom parsers that previously worked are now broken. Attached is a very simple program demonstrating this problem. I think the macro should be changed back if at all possible as it breaks all custom parsers. In any case, please at least fix the iter_pos parser so we have a working example of a custom parser. Thanks --Robert Nelson ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Spirit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spirit-devel
main.cpp
(text/x-c++src, 147 B)
#include <boost/spirit/include/qi.hpp>
#include "/home/x/boost/boost-trunk/boost/spirit/repository/home/qi/primitive/iter_pos.hpp"
int main() {}