Boost C++ Libraries: Ticket #3483: non-null requirement in ptr_vector::transfer https://svn.boost.org/trac10/ticket/3483 <p> <a href="http://www.boost.org/doc/libs/1_40_0/libs/ptr_container/doc/ptr_vector.html#c-array-support">http://www.boost.org/doc/libs/1_40_0/libs/ptr_container/doc/ptr_vector.html#c-array-support</a> </p> <p> is it possible to remove non-null requirement for <em>from</em> argument in ptr_vector::transfer method? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3483 Trac 1.4.3 Thorsten Ottosen Thu, 31 Mar 2011 20:52:16 GMT status changed https://svn.boost.org/trac10/ticket/3483#comment:1 https://svn.boost.org/trac10/ticket/3483#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> It should be possible. We simply need to add </p> <p> if( !from ) </p> <blockquote> <p> return; </p> </blockquote> <p> But we also need an update to the documentation. If you can provide both patches, I'd be happy to apply them. </p> <p> -Thorsten </p> Ticket