#720 add operator<< for localKey
Metadata
Property | Value |
---|---|
Reported by | Andreas Dedner (A.S.Dedner@warwick.ac.uk) |
Reported at | Jan 23, 2010 19:45 |
Type | Bug Report |
Version | 1.2 |
Operating System | Unspecified / All |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Feb 1, 2010 21:49 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Feb 1, 2010 21:49 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | In revision 818 |
Description
since r736 LocalKey is not derived from tuple anymore. This means that a lot of nice operators (for example <<) are not available anymore. Therefore some test (e.g. lagrange/test) is not working anymore. So either the tests have to be removed or the missing operators added. Why was it an ''overkill'' (log message) to use tuple?