Boost C++ Libraries: Ticket #6542: cannot assign empty matrix to matrix https://svn.boost.org/trac10/ticket/6542 <p> The following gives a runtime error, because matrix b is empty </p> <p> boost::numeric::ublas::matrix&lt;int&gt; a, b; a = b; </p> <p> I am submitting a patch to storage.hpp, but don't know if the problem appears elsewhere too. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6542 Trac 1.4.3 Alex Hagen-Zanker <ahh34@…> Fri, 10 Feb 2012 11:05:40 GMT attachment set https://svn.boost.org/trac10/ticket/6542 https://svn.boost.org/trac10/ticket/6542 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">storage_hpp.patch</span> </li> </ul> Ticket