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

Modified Files:
        regex_actions.hpp 
Log Message:
fix oops

Index: regex_actions.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/regex_actions.hpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- regex_actions.hpp   9 May 2007 06:55:32 -0000       1.22
+++ regex_actions.hpp   26 May 2007 03:31:42 -0000      1.23
@@ -562,10 +562,10 @@
         typedef placeholder<T, I, Dummy> this_type;
         typedef typename proto::terminal<detail::action_arg<T, mpl::int_<I> > 
>::type action_arg_type;
 
-        BOOST_PROTO_EXTENDS(action_arg_type, this_type, proto::default_context)
-        BOOST_PROTO_EXTENDS_ASSIGN(action_arg_type, this_type, 
proto::default_context)
-        BOOST_PROTO_EXTENDS_SUBSCRIPT(action_arg_type, this_type, 
proto::default_context)
-        BOOST_PROTO_EXTENDS_FUNCTION(action_arg_type, this_type, 
proto::default_context)
+        BOOST_PROTO_EXTENDS(action_arg_type, this_type, proto::default_domain)
+        BOOST_PROTO_EXTENDS_ASSIGN(action_arg_type, this_type, 
proto::default_domain)
+        BOOST_PROTO_EXTENDS_SUBSCRIPT(action_arg_type, this_type, 
proto::default_domain)
+        BOOST_PROTO_EXTENDS_FUNCTION(action_arg_type, this_type, 
proto::default_domain)
     };
 
     /// construct


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