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

Modified Files:
        context.hpp 
Log Message:
OK, default_context can be const

Index: context.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/context.hpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- context.hpp 16 Apr 2007 08:27:57 -0000      1.23
+++ context.hpp 19 Apr 2007 01:08:16 -0000      1.24
@@ -332,7 +332,7 @@
             ///
             template<typename Expr>
             struct eval
-              : default_eval<Expr, default_context>
+              : default_eval<Expr, default_context 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