$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-02-06 12:13:31
Hello,
A minor documentation error in the page
http://igaztanaga.drivehq.com/intrusive/intrusive/using_smart_pointers.html
<code>
using namespace boost::intrusive;
namespace ip = boost::interprocess;
<snip>//Definition of the shared memory friendly intrusive listtypedef
ip::list<shared_memory_data> shm_list_t;<code>typedef
ip::list<shared_memory_data> shm_list_t; shouldn't betypedef
list<shared_memory_data> shm_list_t;i.e. remove ip:: from ip::list?Best
regards__________________________Vicente Juan Botet Escriba