Update of /cvsroot/boost/boost/libs/xpressive/proto/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11637/proto/test

Modified Files:
        toy_spirit2.cpp 
Log Message:
oops

Index: toy_spirit2.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/test/toy_spirit2.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- toy_spirit2.cpp     3 Feb 2007 18:00:46 -0000       1.8
+++ toy_spirit2.cpp     3 Feb 2007 18:05:58 -0000       1.9
@@ -497,7 +497,6 @@
     template<typename Rule, typename Iterator>
     bool parse(Rule const &rule, Iterator begin, Iterator end)
     {
-        //BOOST_MPL_ASSERT((is_array<Rule const>));
         return parse_impl(proto::as_expr(rule), begin, end);
     }
 
@@ -517,7 +516,7 @@
           , hello.end()
         )
     );
-/*
+
     BOOST_CHECK(
         spirit2::parse(
             char_ >> char_('b') >> 'c' >> char_
@@ -542,7 +541,6 @@
           , hello.end()
         )
     );
-    //*/
 }
 
 using namespace boost::unit_test;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to