[Boost-bugs] [Boost C++ Libraries] #6753: Make message_queue_t::do_send(...) public.

Subject: [Boost-bugs] [Boost C++ Libraries] #6753: Make message_queue_t::do_send(...) public.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-31 15:47:15


#6753: Make message_queue_t::do_send(...) public.
-----------------------------------------------+----------------------------
 Reporter: Pietro Mele <pietrom16@…> | Owner: igaztanaga
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: interprocess
  Version: Boost 1.49.0 | Severity: Optimization
 Keywords: message queue interprocess |
-----------------------------------------------+----------------------------
 In the file boost/interprocess/ipc/message_queue.hpp, it would be useful
 if the member function:

 {{{
 bool message_queue_t::do_send(...)
 }}}

 was public.

 Doing so, it would be easier to determine the policy to be followed when
 the memory block is full, using a parameter instead of a further external
 switch statement.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6753>
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:09 UTC