Update of /cvsroot/boost/boost/boost/xpressive/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30998/detail

Modified Files:
        detail_fwd.hpp 
Log Message:
as_optional transform, and proto::trans::conditional

Index: detail_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/detail_fwd.hpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- detail_fwd.hpp      24 Mar 2007 10:07:30 -0000      1.20
+++ detail_fwd.hpp      3 Apr 2007 06:32:17 -0000       1.21
@@ -358,10 +358,10 @@
     void make_repeat(quant_spec const &spec, sequence<BidiIter> &seq);
 
     template<typename BidiIter>
-    void make_exprtional(quant_spec const &spec, sequence<BidiIter> &seq);
+    void make_optional(quant_spec const &spec, sequence<BidiIter> &seq);
 
     template<typename BidiIter>
-    void make_exprtional(quant_spec const &spec, sequence<BidiIter> &seq, int 
mark_nbr);
+    void make_optional(quant_spec const &spec, sequence<BidiIter> &seq, int 
mark_nbr);
 
 }}} // namespace boost::xpressive::detail
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to