
7 Jun
2005
7 Jun
'05
12:55 a.m.
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