Hi all,
I'm using a std::map with an own class as key-type. afaik, it should be
sufficient to define a strict ordering, using an overloaded operator< to
allow for the map to function. However, when i iterate over the map after
adding a few items, it seems that the same key does get added twice.
It would be great if somebody could point out what (probably obvious)
mistake i'm making in the code...