Subject: Re: [Boost-users] Container with insertion order
From: Igor R (boost.lists_at_[hidden])
Date: 2011-11-23 11:34:25


>        indexed_by<
>                random_access<>,
>                ordered_non_unique<member<item, int, &item::i_> >
>        >

(of course, you can omit the second ordered_non_unique<> index, if you
don't need it)