Opened 14 years ago
Closed 14 years ago
#2275 closed Bugs (fixed)
Recent ublas changes break existing code.
Reported by: | John Maddock | Owned by: | Gunter |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | uBLAS |
Version: | Boost 1.36.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
I'm seeing a lot of test failures from inside Boost.uBlas for example: http://beta.boost.org/development/tests/trunk/developer/output/Sandia-darwin-intel-boost-bin-v2-libs-math-test-test_remez-test-darwin-4-0-1-debug.html that appear to be caused by this recent change: http://svn.boost.org/trac/boost/changeset/48466/trunk/boost/numeric/ublas/triangular.hpp
Can this be fixed?
Many thanks,
John Maddock.
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
by , 14 years ago
Attachment: | triangular_find.cpp added |
---|
some kind of unittest that verifies the solution
comment:4 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
from regression test I see that more classes have to be fixed.
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
all fixes have been committed now.
Note:
See TracTickets
for help on using tickets.
I already expected this problem because I only fixed the triangular matrices but not the adaptors. IMO the fix should be quite simple.