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

Modified Files:
        placeholders.hpp 
Log Message:
add xpressive::if_() for user-defined predicates

Index: placeholders.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/static/placeholders.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- placeholders.hpp    12 Mar 2007 22:11:29 -0000      1.6
+++ placeholders.hpp    23 Mar 2007 00:09:05 -0000      1.7
@@ -123,6 +123,17 @@
     BOOST_XPR_QUANT_STYLE(quant_variable_width, unknown_width::value, false)
 };
 
+///////////////////////////////////////////////////////////////////////////////
+// self_placeholder
+//
+template<typename Predicate>
+struct predicate_placeholder
+{
+    BOOST_XPR_QUANT_STYLE(quant_variable_width, unknown_width::value, false)
+
+    Predicate pred;
+};
+
 }}} // namespace boost::xpressive::detail
 
 #endif


-------------------------------------------------------------------------
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