Boost C++ Libraries: Ticket #7463: interprocess message_queue doesn't compile https://svn.boost.org/trac10/ticket/7463 <p> message_queue_t::top_msg and message_queue::free_msg both have </p> <p> return mp_index[index].get(); </p> <p> for some "index", but the mp_index[index] returns a raw pointer so the .get() is incorrect and doesn't compile. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7463 Trac 1.4.3 anonymous Tue, 02 Oct 2012 22:28:03 GMT summary changed https://svn.boost.org/trac10/ticket/7463#comment:1 https://svn.boost.org/trac10/ticket/7463#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">interprocess message_queue doens't compile</span> → <span class="trac-field-new">interprocess message_queue doesn't compile</span> </li> </ul> Ticket viboes Fri, 18 Jan 2013 23:01:00 GMT <link>https://svn.boost.org/trac10/ticket/7463#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7463#comment:2</guid> <description> <p> Please, could you add the compiler error, the platform/compiler and the command line? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Tue, 15 Oct 2013 20:19:20 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7463#comment:3 https://svn.boost.org/trac10/ticket/7463#comment:3 <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">worksforme</span> </li> </ul> <p> No news from the reporter so I'm closing this issue. </p> Ticket