$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Rationale for shared_ptr/array including both ptr to control and ptr to data in class
From: Robert Kawulak (robert.kawulak_at_[hidden])
Date: 2011-09-26 16:02:19
> From: Olaf van der Spek
> Not having size() and others like begin, end, etc, is a serious
> drawback IMO.
Then why not simply use either shared_ptr<array<T, N>> or
shared_ptr<vector<T>>?
Best regards,
Robert