24 Nov
2011
24 Nov
'11
10:17 a.m.
Thanks, Uthpal -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Igor R Sent: Thursday, November 24, 2011 3:14 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] multi_index_container + composite key How do you expect MIC to know what 99 is and what 90 is? MIC assumes that the order of tuple elements corresponds to the order of the part in your composite key:
composite_key< Elem_entry, member
, member >
i.e., the 1st one is node1, and the 2dn one is node2.