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

Modified Files:
        context.hpp 
Log Message:
replace SetFillContext with set_fill_visitor, avoid including typeof.hpp 
unnecessarily for better compile times

Index: context.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/context.hpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- context.hpp 19 Apr 2007 01:08:16 -0000      1.24
+++ context.hpp 26 Apr 2007 07:07:24 -0000      1.25
@@ -396,7 +396,7 @@
               : context_type
             {
                 inner_context();
-                struct private_type_ { private_type_ const &operator,(int) 
const { return *this; } };
+                struct private_type_ { private_type_ const &operator,(int) 
const; };
                 typedef private_type_ const 
&(*pointer_to_function)(BOOST_PP_ENUM_PARAMS(BOOST_PP_INC(N), detail::dont_care 
BOOST_PP_INTERCEPT));
                 operator pointer_to_function() const;
             };


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