Update of /cvsroot/boost/boost/boost/xpressive/proto
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18122/boost/xpressive/proto
Modified Files:
proto_fwd.hpp traits.hpp
Log Message:
remove unnecessary make_terminal
Index: proto_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/proto_fwd.hpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- proto_fwd.hpp 3 Feb 2007 00:14:33 -0000 1.47
+++ proto_fwd.hpp 3 Feb 2007 00:50:38 -0000 1.48
@@ -345,7 +345,6 @@
namespace op
{
struct compile;
- struct make_terminal;
struct left;
struct right;
struct as_expr;
Index: traits.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/traits.hpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- traits.hpp 3 Feb 2007 00:14:33 -0000 1.37
+++ traits.hpp 3 Feb 2007 00:50:38 -0000 1.38
@@ -341,24 +341,6 @@
}
};
- struct make_terminal
- {
- template<typename Sig>
- struct result;
-
- template<typename This, typename T>
- struct result<This(T)>
- : terminal<typename detail::remove_cv_ref<T>::type>
- {};
-
- template<typename T>
- typename terminal<T>::type operator()(T const &t) const
- {
- typename terminal<T>::type that = {t};
- return that;
- }
- };
-
template<long N>
struct arg_c
{
@@ -433,7 +415,6 @@
op::as_expr const as_expr = {};
op::as_arg const as_arg = {};
- op::make_terminal const make_terminal = {};
op::left const left = {};
op::right const right = {};
-------------------------------------------------------------------------
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