GNOME Bugzilla – Bug 675067
Add iterator to MultiMap
Last modified: 2012-08-28 21:28:20 UTC
It would be convenient if MultiMap had an iterator over the (key, value) pairs it contains. This would allow easy removal of pairs from the MultiMap while iterating, rather than having to perform removals later.
commit f6f8f08b5f8c9a7ab2f9a2673e51f6e465dc383b Author: Maciej Piechotka <uzytkownik2@gmail.com> Date: Sun Aug 19 23:56:04 2012 -0700 Add map_iterator to MultiMap, partial fix for bug #675067
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.