$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Tokenmap] A (perfect) hash container library chcked-in to sandbox (RFC)
From: Daniel James (daniel_james_at_[hidden])
Date: 2010-02-22 11:44:03
On 22 February 2010 15:59, <joaquin_at_[hidden]> wrote:
>
> Given the very limited interface of tokenmap, you can easily implement in on
> top of
> a std::list, whose iterators do not get invalidated. I think Andrey's
> question is a critical one
> and has not yet been addressed.
I believe Tokenmap's tokens will remain valid if the container is
copied. Or even serialized.
Daniel