Update of /cvsroot/boost/boost/boost/tr1
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18738/boost/tr1

Modified Files:
        functional.hpp 
Log Message:
is_placeholder, is_bind_expression added.

Index: functional.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/tr1/functional.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- functional.hpp      20 Feb 2006 13:50:23 -0000      1.4
+++ functional.hpp      6 Jul 2006 13:47:26 -0000       1.5
@@ -72,8 +72,8 @@
 
 namespace std{ namespace tr1{
 
-   //using ::boost::is_bind_expression;
-   //using ::boost::is_placeholder;
+   using ::boost::is_bind_expression;
+   using ::boost::is_placeholder;
    using ::boost::bind;
    namespace placeholders {
 #ifndef BOOST_BIND_NO_PLACEHOLDERS
@@ -99,8 +99,8 @@
 #include <boost/detail/workaround.hpp>
 
 #if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x570)) \
-       && !BOOST_WORKAROUND(BOOST_MSVC, < 1310) \
-       && !defined(BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX)
+    && !BOOST_WORKAROUND(BOOST_MSVC, < 1310) \
+    && !defined(BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX)
 namespace std{ namespace tr1{
 
    using ::boost::bad_function_call;


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

Reply via email to