Update of /cvsroot/boost/boost/boost/lambda/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18738/boost/lambda/detail
Modified Files:
lambda_functors.hpp
Log Message:
is_placeholder, is_bind_expression added.
Index: lambda_functors.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/lambda/detail/lambda_functors.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lambda_functors.hpp 27 Jul 2004 03:43:27 -0000 1.7
+++ lambda_functors.hpp 6 Jul 2006 13:47:26 -0000 1.8
@@ -207,6 +207,28 @@
} // namespace lambda
} // namespace boost
-#endif
+// is_placeholder
+
+#include <boost/is_placeholder.hpp>
+
+namespace boost
+{
+
+template<> struct is_placeholder< lambda::lambda_functor<
lambda::placeholder<lambda::FIRST> > >
+{
+ enum _vt { value = 1 };
+};
+template<> struct is_placeholder< lambda::lambda_functor<
lambda::placeholder<lambda::SECOND> > >
+{
+ enum _vt { value = 2 };
+};
+
+template<> struct is_placeholder< lambda::lambda_functor<
lambda::placeholder<lambda::THIRD> > >
+{
+ enum _vt { value = 3 };
+};
+} // namespace boost
+
+#endif
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