#304 Possible use of std::tuple?
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Jul 23, 2007 08:08 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Markus Blatt (markus@dr-blatt.de) |
Last edited at | Oct 4, 2007 10:13 |
Closed by | Markus Blatt (markus@dr-blatt.de) |
Closed at | Oct 4, 2007 10:13 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | dune-common works and is consistent now and Robert incorporated the Pair class into dune-fem |
Description
A tuple class is part of the upcoming c++0x standard. It has been included in g++ since version 4.0, and a lot of work seems to have gone into it. Can we somehow (in the long run) migrate from our own implementation to the std one? This is more difficult than e.g. the FixedArray --> array migration, because there seem to be some syntactical differences, but I am not expert enough to actually judge these difficulties.