Re: [Boost-bugs] [Boost C++ Libraries] #3483: non-null requirement in ptr_vector::transfer

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3483: non-null requirement in ptr_vector::transfer
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-31 20:52:16


#3483: non-null requirement in ptr_vector::transfer
------------------------------------------+---------------------------------
  Reporter: Igor Pavlov <arabesc@…> | Owner: nesotto
      Type: Feature Requests | Status: assigned
 Milestone: | Component: ptr_container
   Version: Boost 1.40.0 | Severity: Problem
Resolution: | Keywords:
------------------------------------------+---------------------------------
Changes (by nesotto):

  * status: new => assigned

Comment:

 It should be possible. We simply need to add

 if( !from )
   return;

 But we also need an update to the documentation. If you can provide both
 patches, I'd be happy to apply them.

 -Thorsten

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