Subject: Re: [Boost-users] [scoped_array] and boost::begin()
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-08-21 09:15:25


AMDG

Robert Jones wrote:
> I am shocked to discover that boost::begin() etc, does not seem to
> work for boost::scoped_array.
>
> Is there a reason for this?
>

How would boost::end be implemented?
boost::scoped_array doesn't know the size of the array.

In Christ,
Steven Watanabe