Boost C++ Libraries: Ticket #7337: sparse_view.hpp: wrong copy-constructor for compressed_matrix_view https://svn.boost.org/trac10/ticket/7337 <p> The copy constructor for <code>compressed_matrix_view</code> (in <code>boost/numeric/ublas/experimental/sparse_view.hpp</code>) is wrong: it doesn't copy any member from the input argument. </p> <p> I upload a patch for this, along with the patched file. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7337 Trac 1.4.3 Marco Guazzone <marco.guazzone@…> Thu, 06 Sep 2012 08:28:05 GMT attachment set https://svn.boost.org/trac10/ticket/7337 https://svn.boost.org/trac10/ticket/7337 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">sparse_view-201209061016.patch</span> </li> </ul> <p> Patch to fix the copy-constructor of <code>compressed_matrix_view</code>. </p> Ticket Marco Guazzone <marco.guazzone@…> Thu, 06 Sep 2012 08:31:00 GMT attachment set https://svn.boost.org/trac10/ticket/7337 https://svn.boost.org/trac10/ticket/7337 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">sparse_view.hpp</span> </li> </ul> <p> The <code>sparse_view.hpp}} resulting after applying patch {{{sparse_view-201209061016</code>. </p> Ticket Antony Polukhin Wed, 21 Aug 2013 12:37:34 GMT type changed; cc set https://svn.boost.org/trac10/ticket/7337#comment:1 https://svn.boost.org/trac10/ticket/7337#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">antoshkka@…</span> added </li> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket