$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bjorn.Karlsson_at_[hidden]
Date: 2002-06-18 03:57:14
> From: Noel Yap [mailto:yap_noel_at_[hidden]]
>
> Should the typename boost::array::pointer be defined
> since std::vector::pointer is defined?
>
I don't think so - the existing typedefs in boost::array meet the Container
requirements and the Reversible container requirements. AFAICT, pointer and
const_pointer are only required for the Standard Library containers <list>
and <deque> etceteras.
Bjorn