#9 Expression Templates for ISTL
Metadata
Property | Value |
---|---|
Reported by | Thimo Neubauer (thimo@macht.org) |
Reported at | Aug 24, 2005 20:52 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Jun 27, 2013 11:50 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Jun 27, 2013 11:50 |
Closed in version | Unknown |
Resolution | Deferred |
Comment | Anybody feel free to implement this feature, but let's take it from our issue tracker to remove the noise there. |
Description
I would like to have expression templates in ISTL. Of course you can always write
c = a; c += b;
instead of
c = a + b;
but I find the second way a lot more natural.