|
Boost : |
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk