Subject: [Boost-bugs] [Boost C++ Libraries] #6542: cannot assign empty matrix to matrix
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-02-10 11:05:21
#6542: cannot assign empty matrix to matrix
-------------------------------------------------+--------------------------
Reporter: Alex Hagen-Zanker <ahh34@â¦> | Owner: guwi17
Type: Bugs | Status: new
Milestone: To Be Determined | Component: uBLAS
Version: Boost 1.48.0 | Severity: Problem
Keywords: |
-------------------------------------------------+--------------------------
The following gives a runtime error, because matrix b is empty
boost::numeric::ublas::matrix<int> a, b;
a = b;
I am submitting a patch to storage.hpp, but don't know if the problem
appears elsewhere too.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6542> 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:09 UTC