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

Modified Files:
        context.hpp 
Log Message:
fix typo

Index: context.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/context.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- context.hpp 18 Mar 2007 00:29:11 -0000      1.7
+++ context.hpp 18 Mar 2007 00:36:47 -0000      1.8
@@ -106,7 +106,7 @@
 
         /// INTERNAL ONLY
         ///
-    #define BOOST_PROTO_TYPEOF_BINARY(Op, Arg0, ARG1, Type)\
+    #define BOOST_PROTO_TYPEOF_BINARY(Op, Arg0, Arg1, Type)\
         BOOST_PROTO_DECLTYPE_NESTED_TYPEDEF_TPL(nested, (detail::make<Arg0>() 
Op detail::make<Arg1>()))\
         typedef typename nested::type Type;\
         /**/


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