$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-02-16 10:07:42
|>
|> 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