Re: [Boost-bugs] [Boost C++ Libraries] #12499: Memory allocation fails

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12499: Memory allocation fails
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-10-04 14:41:05


#12499: Memory allocation fails
-------------------------------+-------------------------------------
  Reporter: stephan.menzel@… | Owner: igaztanaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.62.0 | Severity: Regression
Resolution: | Keywords: container, interprocess
-------------------------------+-------------------------------------

Comment (by anonymous):

 Of course, three typedefs missing:

 {{{
 typedef std::pair<const boost::uint64_t, ShmemStringPtr>
 MessageValueType;
 typedef boost::interprocess::allocator<MessageValueType,
 boost::interprocess::managed_shared_memory::segment_manager>
 ShmemAllocator;
 typedef boost::interprocess::map<boost::uint64_t, ShmemStringPtr,
 std::less<boost::uint64_t>, ShmemAllocator> MessageMap;
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12499#comment:1>
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:20 UTC