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

Modified Files:
        detail_fwd.hpp 
Log Message:
basic_regex uses proto::extends<>, eliminate regex_operators.hpp and 
as_matcher(), as_xpr() is simply proto::as_expr()

Index: detail_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/detail_fwd.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- detail_fwd.hpp      3 Feb 2007 00:14:32 -0000       1.15
+++ detail_fwd.hpp      12 Mar 2007 22:11:29 -0000      1.16
@@ -33,16 +33,13 @@
     
///////////////////////////////////////////////////////////////////////////////
     // placeholders
     //
-    template<typename Char, typename Not = mpl::false_>
-    struct literal_placeholder;
-
     template<typename Char>
-    struct string_placeholder;
+    struct not_literal_placeholder;
 
     struct mark_placeholder;
 
-    template<typename BidiIter, typename ByRef>
-    struct regex_placeholder;
+    template<typename BidiIter>
+    struct regex_byref_placeholder;
 
     struct posix_charset_placeholder;
 
@@ -287,9 +284,6 @@
 
     struct action_state;
 
-    template<typename Xpr, bool IsExpr = proto::is_expr<Xpr>::value>
-    struct as_xpr_type;
-
     template<typename Traits, typename BidiIter>
     Traits const &traits_cast(state_type<BidiIter> const &state);
 


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