$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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)