Update of /cvsroot/boost/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5851/boost
Modified Files:
function.hpp shared_array.hpp
Log Message:
TR1 cyclic dependency fixes.
Index: function.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/function.hpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- function.hpp 12 Aug 2005 13:02:33 -0000 1.29
+++ function.hpp 10 Jul 2006 13:17:40 -0000 1.30
@@ -10,6 +10,8 @@
// William Kempf, Jesse Jones and Karl Nelson were all very helpful in the
// design of this library.
+#include <functional> // unary_function, binary_function
+
#include <boost/preprocessor/iterate.hpp>
#include <boost/detail/workaround.hpp>
Index: shared_array.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/shared_array.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- shared_array.hpp 19 Aug 2004 15:23:46 -0000 1.14
+++ shared_array.hpp 10 Jul 2006 13:17:40 -0000 1.15
@@ -20,6 +20,8 @@
#include <boost/detail/shared_array_nmt.hpp>
#else
+#include <memory> // TR1 cyclic inclusion fix
+
#include <boost/assert.hpp>
#include <boost/checked_delete.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