From: AlisdairM (alisdair.meredith_at_[hidden])
Date: 2005-06-06 19:55:47


David Abrahams wrote:

> FWIW, you can always add constructors and initialization in a wrapper
> layer (e.g. derived class), but you can never take it away.

But then you lose PODness as well, if that matters to you. In the case
of boost/tr1 array I'm not sure what it brings that you cannot get from
the data() member.

-- 
AlisdairM