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