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

Modified Files:
        detail_fwd.hpp 
Log Message:
fix matches<> to not instantiate intermediate basic_expr types, preliminary 
proto meta-grammar for static xpressive

Index: detail_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/detail_fwd.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- detail_fwd.hpp      2 Nov 2006 06:56:42 -0000       1.13
+++ detail_fwd.hpp      13 Nov 2006 15:53:45 -0000      1.14
@@ -33,7 +33,7 @@
     
///////////////////////////////////////////////////////////////////////////////
     // placeholders
     //
-    template<typename Char, bool Not = false>
+    template<typename Char, typename Not = mpl::false_>
     struct literal_placeholder;
 
     template<typename Char>
@@ -41,7 +41,7 @@
 
     struct mark_placeholder;
 
-    template<typename BidiIter, bool ByRef>
+    template<typename BidiIter, typename ByRef>
     struct regex_placeholder;
 
     struct posix_charset_placeholder;
@@ -199,11 +199,11 @@
     template<typename Traits>
     struct logical_newline_matcher;
 
-    typedef proto::basic_expr<proto::terminal_tag, 
mpl::vector1<logical_newline_placeholder> > logical_newline_xpression;
+    typedef proto::meta::terminal<logical_newline_placeholder>::type 
logical_newline_xpression;
 
     struct set_initializer;
 
-    typedef proto::basic_expr<proto::terminal_tag, 
mpl::vector1<set_initializer> > set_initializer_type;
+    typedef proto::meta::terminal<set_initializer>::type set_initializer_type;
 
     struct seq_tag;
 


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