Update of /cvsroot/boost/boost/boost/xpressive/detail/static
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18122/boost/xpressive/detail/static
Modified Files:
as_xpr.hpp
Log Message:
remove unnecessary make_terminal
Index: as_xpr.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/static/as_xpr.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- as_xpr.hpp 3 Feb 2007 00:14:32 -0000 1.12
+++ as_xpr.hpp 3 Feb 2007 00:50:38 -0000 1.13
@@ -140,7 +140,8 @@
template<typename Xpr2>
static type call(Xpr2 const &xpr)
{
- return proto::make_terminal(detail::as_matcher(xpr));
+ type that = {detail::as_matcher(xpr)};
+ return 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