Re: Non-pointer iterators....
Clark S. Cox III wrote:
I could do that with some of the code but
not all of it. Some of the code was working
on a subset of data so I don't know where
container.end() is.
--
<\___/>
/ O O \
\_____/ FTB. For email, remove my socks.
We’re judging how a candidate will handle a nuclear
crisis by how well his staff creates campaign ads.
It’s a completely nonsensical process.
Clark S. Cox III wrote:
>
No need for it to even contain a single object; just use that
container's "end" iterator.
>
No need for it to even contain a single object; just use that
container's "end" iterator.
>
not all of it. Some of the code was working
on a subset of data so I don't know where
container.end() is.
--
<\___/>
/ O O \
\_____/ FTB. For email, remove my socks.
We’re judging how a candidate will handle a nuclear
crisis by how well his staff creates campaign ads.
It’s a completely nonsensical process.
Comment