$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2004-03-04 10:49:02
Muhammad Hussain <m <mailto:mhussain_at_[hidden]>
<mailto:mhussain_at_[hidden]> <mailto:mhussain_at_[hidden]>
hussain_at_[hidden]> wrote:
Is there any library in boost that provides hash table and the
methods to manipulate it?
No, but there are common extensions to the standard containers library
(aka STL) that are included with many compilers, called hash_map and
hash_set. Unfortunately there are several implementations of these which
do not have quite the same interface.
Ben.