
21 Sep
2011
21 Sep
'11
2:54 p.m.
How come a tuple, being a generalisation of a pair, cannot be constructed from one? I mean something along the lines make_tuple (pair const &p) { return make_tuple (p.first, p_second); } Would be good to have.