Boost logo

Boost :

From: Edward Diener (eldiener_at_[hidden])
Date: 2007-11-10 13:40:31


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"


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk