id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5165,"Error in documentaiton ""Using smart pointers with Boost.Intrusive containers""",DeepThought ,Ion Gaztañaga,"The example at http://www.boost.org/doc/libs/1_35_0/doc/html/interprocess/offset_ptr.html is erroneous and misleading. First of all, some declarations about namespaces are missing. More importantly, the following line typedef ip::list shm_list_t; defines shm_list_t in such a way that it uses **standard** allocators. This means that the list items are created in normal memory, which is not what the example intends. Even worse, the ""Check all the inserted nodes"" test fails to detect this problem. The example is problematic anyway, because it only deals with one process. The attachment could serve as a starting point for a good and working example. I suspect you won't like the printf's in it.... ",Bugs,closed,To Be Determined,interprocess,Boost 1.45.0,Problem,fixed,,