Subject: Re: [Boost-users] Container with insertion order
From: John Drescher (drescherjm_at_[hidden])
Date: 2011-11-22 17:52:37


On Tue, Nov 22, 2011 at 5:46 PM, Claude <clros_at_[hidden]> wrote:
> Is available in BOOST some container (set or map) that can keep the insertion
> order of elements?
>

multi-index

http://www.boost.org/doc/libs/1_48_0/libs/multi_index/doc/index.html

John