Re: [Boost-bugs] [Boost C++ Libraries] #5230: Interprocess shared memory between 32 and 64 bit processes

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5230: Interprocess shared memory between 32 and 64 bit processes
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-02-28 17:36:43


#5230: Interprocess shared memory between 32 and 64 bit processes
--------------------------------------+-------------------------------------
  Reporter: tgermer@… | Owner: igaztanaga
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: interprocess
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords: shared memory 32 64 bit
--------------------------------------+-------------------------------------

Comment (by tgermer@…):

 I'm sorry, I found a bug in my patch at the selector that gets the
 offset_type for rbtree_best_fit. (I forgot a template parameter.) This
 should read:
 {{{
    template<class S, class T>
    struct ptr_size_type_selector<boost::interprocess::offset_ptr<void, S,
 T> >
    {
            typedef typename boost::interprocess::offset_ptr<void, S,
 T>::offset_type type;
    };
 }}}

 But this will get removed anyway, once we don't rely on wrap-around logic
 anymore...

 Best, Tobias

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5230#comment:2>
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:05 UTC