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

Modified Files:
        matches.hpp 
Log Message:
xpressive grammar allows for narrow literals in wide regexes

Index: matches.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/matches.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- matches.hpp 18 Nov 2006 22:44:56 -0000      1.13
+++ matches.hpp 19 Nov 2006 04:50:53 -0000      1.14
@@ -133,7 +133,9 @@
 
             // matches_impl
             template<typename Expr, typename Grammar>
-            struct matches_impl;
+            struct matches_impl
+              : mpl::false_
+            {};
 
         #define BOOST_PROTO_MATCHES_N_FUN(z, n, data)\
             matches_impl<\
@@ -147,11 +149,6 @@
               : mpl::true_
             {};
 
-            template<typename Tag1, typename Args1, long Arity1, typename 
Tag2, typename Args2, long Arity2>
-            struct matches_impl< basic_expr<Tag1, Args1, Arity1>, 
basic_expr<Tag2, Args2, Arity2> >
-              : mpl::false_
-            {};
-
             template<typename Tag, typename Args1, typename Args2>
             struct matches_impl< basic_expr<Tag, Args1, 1>, basic_expr<Tag, 
Args2, 1> >
               : matches_impl<


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