$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Maitin-Shepard (jbms_at_[hidden])
Date: 2002-12-11 20:17:15
I forgot to mention in my previous post the following proposed ideas:
A hash map and hash multimap in which a single value type is specified along
with a traits class that is used to extract the key from the value type. The
std::pair-specific hash_map and hash_multimap would then be based upon this
generic implementation.
If there is interest in this library, I will create an implementation.