Subject: [Boost-bugs] [Boost C++ Libraries] #7463: interprocess message_queue doens't compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-10-02 22:27:41
#7463: interprocess message_queue doens't compile
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
Version: Boost 1.51.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
message_queue_t::top_msg and message_queue::free_msg both have
return mp_index[index].get();
for some "index", but the mp_index[index] returns a raw pointer so the
.get() is incorrect and doesn't compile.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7463> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC