
10 Nov
2007
10 Nov
'07
6:40 p.m.
In the "Constructing Tuple" section of the tuple documentation, the next to last line of the section is: "tuple<tuple<void (&)(int)> > a(f) // ok" This line should be: "tuple<void (&)(int)> a(f) // ok"