$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon_at_[hidden])
Date: 2001-08-27 04:21:16
The documentation of tuples states that the tuple types need to have a
public copy constructor. I think this should be corrected/refined to
saying : "Tuple types need to be CopyConstructible"
e.g. you can't put std::auto_ptr in the tuple since tuple expects the
types to have a public copy constructor which takes a const argument.
toon