> From: Noel Yap [mailto:yap_noel@yahoo.com]
>
> 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