$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-01-22 02:33:57
On Wed, 21 Jan 2004 10:58:32 -0500, Howard Hinnant wrote:
> template<class T, class D>
> class move_ptr<T[], D>
> {
> public:
> T& operator[](size_t i) const;
I think that interface of this class should be similar to standard
container, ie. I'd like to iterate through its elements using begin() -
end() functions etc.
B.