
16 Feb
2005
16 Feb
'05
3:07 p.m.
|> |> what do you mean by "and maybe iterators"? |> | | I mean, maybe your lib can support in the future indirection through | external iterators --in this case, ownership won't be managed by your | container as is the case now. ownership can be enabled/disabled, but you still have to store pointers. | Useful for implementing view-like containers. | Get my point? probably, I think you're suggesting the same as David, that is to be able to say ptr_vector< some_type::iterator >, right? That is going to be really hard. -Thorsten