
19 Oct
2011
19 Oct
'11
10:29 p.m.
On Wed, Oct 19, 2011 at 11:56 PM, Rhys Ulerich <rhys.ulerich@gmail.com> wrote:
No, data() returns a pointer, while begin() returns an iterator (which might be, but doesn't have to be, a pointer).
True in general. This implementation publicly inherits from iterator_range<T*>. Are there cases where iterator_range<T*>::begin() could return anything but a pointer?
No, but my request is for data() -- Olaf