Re: [Boost-bugs] [Boost C++ Libraries] #10389: [container] Double free problem on boost::containers::vector<std::unique_ptr<T>>

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10389: [container] Double free problem on boost::containers::vector<std::unique_ptr<T>>
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-08-23 15:29:06


#10389: [container] Double free problem on
boost::containers::vector<std::unique_ptr<T>>
-------------------------------------+-------------------------
  Reporter: kbinani <kbinani.bt@…> | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: type_traits
   Version: Boost 1.56.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------------+-------------------------

Comment (by igaztanaga):

 I think we are missing is_copy_assignable in Boost. The implementation
 seems to be possible only in C++11 using decltype but Boost could support
 noncopyable and Boost.Move, just like is_copy_constructible does.

 Once we have it, we can apply a similar patch to has_trivial_assign. Does
 this make sense?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10389#comment:3>
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:16 UTC