$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Greer, Joe (jgreer_at_[hidden])
Date: 2007-05-22 15:55:20
>
> Actually what I need is a container to associate an ID with an object
and
> to
> enable very fast lookups to see if the item I'm looking for does
already
> exist (has an ID) or not.
>
With the most recent versions of VC++ they ship a hash_map in the stdext
namespace. I would look at that first.
joe