fixed handling IPTC metadata that admit multiple values

(cherry picked from commit 8becb08ec1417215bf8f02c54000d37c2e6920f0)
This commit is contained in:
Alberto Griggio
2021-11-25 14:32:36 -08:00
committed by Lawrence Lee
parent a0e9a59606
commit b409e0bab2
4 changed files with 70 additions and 17 deletions

View File

@@ -1803,6 +1803,11 @@ public:
return pairs.empty();
}
iterator erase(const const_iterator& key)
{
return pairs.erase(key);
}
void clear()
{
pairs.clear();