Update of /cvsroot/boost/boost/libs/intrusive/example
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8600/example
Modified Files:
doc_offset_ptr.cpp
Log Message:
Added missing allocator include
Index: doc_offset_ptr.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/intrusive/example/doc_offset_ptr.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- doc_offset_ptr.cpp 12 May 2007 12:34:55 -0000 1.2
+++ doc_offset_ptr.cpp 24 May 2007 05:01:18 -0000 1.3
@@ -28,13 +28,12 @@
, boost::interprocess::offset_ptr<void> > member_hook_t;
member_hook_t list_hook_;
};
-
//]
//[doc_offset_ptr_1
-
#include <boost/interprocess/managed_shared_memory.hpp>
#include <boost/interprocess/containers/vector.hpp>
+#include <boost/interprocess/allocators/allocator.hpp>
//Definition of the shared memory friendly intrusive list
typedef boost::intrusive::list< shared_memory_data::member_hook_t::
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs