$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Emily Winch (emily_at_[hidden])
Date: 2002-02-14 16:37:05
There's an associative_list, along with an associative_list_iterator and a
const_associative_list_iterator, at
http://groups.yahoo.com/group/boost/files/alist-feb14-02.zip
for anyone who wants to have a look.
It depends on MPL so you need to grab that too.
Brief synopsis: It's a bit like a heterogenous multimap, only with types for
keys instead of values, and not sorted.
Emily.