#16 Missing comparsion between BCRSMatrix::Iterator and ConstIterator
Metadata
| Property | Value |
|---|---|
| Reported by | Thimo Neubauer (thimo@macht.org) |
| Reported at | Aug 24, 2005 21:11 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Closed by | Markus Blatt (markus@dr-blatt.de) |
| Closed at | Nov 11, 2005 08:21 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | IMHO iterator facades make no sense here. |
operator implemented |
Description
It is not possible to compare BCRSMatrix::Iterator and BCRSMatrix::ConstIterator. I suggest using IteratorFacades for these Iterators. I don't know whether this feature is missing in other Matrix classes aswell.