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

Modified Files:
        extends.hpp 
Log Message:
fix possible erroneous macro expansion to >> token

Index: extends.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/extends.hpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- extends.hpp 21 May 2007 03:21:33 -0000      1.32
+++ extends.hpp 21 May 2007 03:32:00 -0000      1.33
@@ -198,7 +198,7 @@
         struct result\
         {\
             typedef\
-                typename boost::proto::generate<Domain, typename 
boost::proto::result_of::funop<Sig, Derived>::type>::type\
+                typename boost::proto::generate<Domain, typename 
boost::proto::result_of::funop<Sig, Derived >::type>::type\
             type;\
         };\
         /**/


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