$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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"