Hello,
I have the following two messages - 
message KeyValuePair_Int32_ABC {
   optional int32 Key = 1;
   optional BCD Value = 2;
}

message XYZ {
   repeated KeyValuePair_Int32_ABC = 1;
   optional bool IsPersisted =2;
   optional bool IsChanged =3;
   optional bytes KeyAvro =4;
   optional bytes AddDimAvro =5;

}

I want to use boost sortedmap/sortedlist as the implementation of 
KeyValuePair_Int32_ABC . But I dont understand how can I do that. Any 
examples will be highly appreciated.
regards
 

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to