Update of /cvsroot/boost/boost/boost/spirit/tree
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31642

Modified Files:
        ast.hpp 
Log Message:
removing evil post-skip

Index: ast.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/tree/ast.hpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- ast.hpp     14 Mar 2007 23:08:35 -0000      1.21
+++ ast.hpp     26 Jun 2007 23:46:31 -0000      1.22
@@ -312,7 +312,6 @@
     IteratorT first = first_;
     scanner_t scan(first, last_, policies);
     tree_match<IteratorT, AstFactoryT> hit = parser.derived().parse(scan);
-    scan.skip(scan);
     return tree_parse_info<IteratorT, AstFactoryT>(
         first, hit, hit && (first == last_), hit.length(), hit.trees);
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to