Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk