$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andysem_at_[hidden])
Date: 2007-05-20 14:59:27
> I wanted to use hash maps in VC++
> but it seems that they have only an old implementation, but not the tr1
> unordered_map type.
STLPort has unordered_* containers. I'm not sure how they are
compliant with TR1, but since initially SGI's hash containers were
close to it, I'd expect this implementation to be good.
-- Best regards, Andrey mailto:andysem_at_[hidden]