|
Boost Users : |
Subject: Re: [Boost-users] Container with insertion order
From: Claude (clros_at_[hidden])
Date: 2011-11-22 18:28:03
I used this definition:
typedef multi_index_container<
int,
indexed_by<sequenced<> >
> mySet;
But this not preserve the insertion order.
I think that my error is in "index_by<>"; it is true? How do I fix?
-- View this message in context: http://boost.2283326.n4.nabble.com/Container-with-insertion-order-tp4097717p4097867.html Sent from the Boost - Users mailing list archive at Nabble.com.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net