$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Container with insertion order
From: John Drescher (drescherjm_at_[hidden])
Date: 2011-11-23 11:07:14
On Wed, Nov 23, 2011 at 10:17 AM, Claude <clros_at_[hidden]> wrote:
> I need a set and also a map.
> But not at the same time.
>
boost multiindex will allow this. I have done this several times in my
applications.
John