After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675067 - Add iterator to MultiMap
Add iterator to MultiMap
Status: RESOLVED FIXED
Product: libgee
Classification: Platform
Component: general
git master
Other All
: Normal enhancement
: 0.7
Assigned To: libgee-maint
libgee-maint
Depends on:
Blocks: 682903
 
 
Reported: 2012-04-29 11:22 UTC by Philip Withnall
Modified: 2012-08-28 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Withnall 2012-04-29 11:22:45 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.
Comment 1 Maciej (Matthew) Piechotka 2012-08-20 06:57:30 UTC
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
Comment 2 Maciej (Matthew) Piechotka 2012-08-28 06:43:02 UTC
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.