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

Modified Files:
        matches.hpp 
Log Message:
fix proto::matches<> bug

Index: matches.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/matches.hpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- matches.hpp 12 Apr 2007 23:44:41 -0000      1.41
+++ matches.hpp 17 Apr 2007 16:32:33 -0000      1.42
@@ -78,6 +78,11 @@
               : mpl::true_
             {};
 
+            template<typename T>
+            struct lambda_matches<T, T BOOST_MPL_AUX_LAMBDA_ARITY_PARAM(-1)>
+              : mpl::true_
+            {};
+
             template<template<typename> class T, typename Expr0, typename 
Grammar0>
             struct lambda_matches<T<Expr0>, T<Grammar0> 
BOOST_MPL_AUX_LAMBDA_ARITY_PARAM(1) >
               : lambda_matches<Expr0, Grammar0>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to