Update of /cvsroot/boost/boost/boost/xpressive
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16155/boost/xpressive
Modified Files:
regex_primitives.hpp
Log Message:
as_arg and as_expr are const-sensitive
Index: regex_primitives.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/regex_primitives.hpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- regex_primitives.hpp 3 Feb 2007 00:50:38 -0000 1.22
+++ regex_primitives.hpp 3 Feb 2007 09:04:30 -0000 1.23
@@ -443,7 +443,7 @@
typedef detail::core_access<BidiIter> access;
shared_ptr<detail::regex_impl<BidiIter> > impl =
access::get_regex_impl(rex);
detail::regex_placeholder<BidiIter, mpl::true_> rex_ref(impl);
- return proto::as_expr(rex_ref);
+ return proto::terminal<detail::regex_placeholder<BidiIter, mpl::true_>
>::type::make(rex_ref);
}
///////////////////////////////////////////////////////////////////////////////
@@ -458,7 +458,7 @@
range(Char ch_min, Char ch_max)
{
detail::range_placeholder<Char> that = {ch_min, ch_max, false};
- return proto::as_expr(that);
+ return proto::terminal<detail::range_placeholder<Char> >::type::make(that);
}
///////////////////////////////////////////////////////////////////////////////
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs