
23 Jun
2012
23 Jun
'12
10:14 a.m.
On Sat, Jun 23, 2012 at 1:37 AM, Kannan R <rkannan1978@gmail.com> wrote:
Recently i wrote a json parser. I used stl map to store the json objects. Everything was fine except the order of the objects. Is it worth to build something in boost to have the map which provides an iterator to get the elements in same order? Please advise.
What was wrong with the order? Are you looking for boost multi_index? -- Olaf