Re: [Boost-bugs] [Boost C++ Libraries] #8976: interprocess::shared_ptr fails to compile if used with a scoped_allocator

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8976: interprocess::shared_ptr fails to compile if used with a scoped_allocator
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-06 15:59:51


#8976: interprocess::shared_ptr fails to compile if used with a scoped_allocator
----------------------------------------------+--------------------------
  Reporter: Markus Mathes <Markus.Mathes@…> | Owner: igaztanaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------------+--------------------------

Comment (by Markus Mathes <Markus.Mathes@…>):

 Another workaround ist to use:

 {{{
 boost::interprocess:shared_ptr<int,container::outermost_allocator<Allocator>::type,MyDeleter>
 }}}

 to remove the scoped allocator capabilities which anyway are not needed
 ...

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