Update of /cvsroot/boost/boost/boost/xpressive/detail/static/productions
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16155/boost/xpressive/detail/static/productions
Modified Files:
charset_transforms.hpp
Log Message:
as_arg and as_expr are const-sensitive
Index: charset_transforms.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/static/productions/charset_transforms.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- charset_transforms.hpp 3 Feb 2007 00:50:38 -0000 1.10
+++ charset_transforms.hpp 3 Feb 2007 09:04:30 -0000 1.11
@@ -130,7 +130,7 @@
{
matcher.charset_.inverse();
}
- return proto::as_expr(matcher);
+ return proto::terminal<matcher_type>::type::make(matcher);
}
};
-------------------------------------------------------------------------
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