#581 Wrong variable name shadows template parameter.
Metadata
| Property | Value |
|---|---|
| Reported by | Buote Xu (buote.xu@stud.uni-heidelberg.de) |
| Reported at | Jul 29, 2009 18:31 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Last edited by | Markus Blatt (markus@dr-blatt.de) |
| Last edited at | Jul 30, 2009 09:01 |
| Closed by | Markus Blatt (markus@dr-blatt.de) |
| Closed at | Jul 30, 2009 09:01 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | in revision 1053 in the trunk! |
Description
istl/supermatrix.hh contains a small bug in line 196 which breaks in gcc-4.4. SuperMatrixInitializer(SuperMatrix& m) shadows the template parameter int m in line 184, just change it to SuperMatrix& lum I guess.