Boost C++ Libraries: Ticket #3284: Incorrect documentation for interprocess::shared_memory_mapping::get_size https://svn.boost.org/trac10/ticket/3284 <p> In 1.39.0 and SVN trunk, boost::interprocess::shared_memory_mapping::get_size is documented as: </p> <blockquote> <p> <em>!Returns the name of the file </em>!used in the constructor bool get_size(offset_t &amp;size) const; </p> </blockquote> <p> This is obviously incorrect. I've attached a proposed documentation patch to correct this. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3284 Trac 1.4.3 Bryan Donlan <bdonlan@…> Thu, 23 Jul 2009 16:14:32 GMT attachment set https://svn.boost.org/trac10/ticket/3284 https://svn.boost.org/trac10/ticket/3284 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">shmem_object_getsize_doc.patch</span> </li> </ul> Ticket Ion Gaztañaga Thu, 26 Aug 2010 11:35:31 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/3284#comment:1 https://svn.boost.org/trac10/ticket/3284#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.40.0</span> → <span class="trac-field-new">Boost-1.45.0</span> </li> </ul> <p> Fixed for Boost 1.45 in release branch </p> Ticket