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-08-08 15:13:38


#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@…>):

 Typo while copying the code. The line to fail must read:

 {{{
 // next line will fail to compile due to a inaccessible base type error
 bip::shared_ptr<int,Allocator,MyDeleter> test1(new int(),alloc);
 }}}

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