Opened 11 years ago
#6542 new Bugs
cannot assign empty matrix to matrix
Reported by: | Owned by: | Gunter | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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.
Attachments (1)
Note:
See TracTickets
for help on using tickets.