|
Boost : |
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-01-07 08:43:49
David Abrahams wrote:
> Why is shared_ptr<T>::value_type == T instead of remove_cv<T>::type,
> as with iterators?
No particular reason. value_type isn't a part of the documented interface
anyway, and remove_cv would require a dependency on type_traits. Is this a
problem?
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk