Update of /cvsroot/boost/boost/boost/function/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21312/detail

Modified Files:
        prologue.hpp 
Log Message:
TR1 conformance: derive from unary_function/binary_function

Index: prologue.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/function/detail/prologue.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- prologue.hpp        25 Jul 2004 02:29:29 -0000      1.8
+++ prologue.hpp        8 Jul 2006 18:07:33 -0000       1.9
@@ -11,6 +11,7 @@
 #define BOOST_FUNCTION_PROLOGUE_HPP
 #  include <cassert>
 #  include <algorithm>
+#  include <functional> // unary_function, binary_function
 #  include <boost/throw_exception.hpp>
 #  include <boost/config.hpp>
 #  include <boost/function/function_base.hpp>


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