[core] Switch to ankerl::unordered_dense

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-11-24 17:34:56 +00:00
parent ae3260f3d1
commit 05ba3afa97
300 changed files with 4432 additions and 1500 deletions

View File

@@ -829,10 +829,7 @@ XMLFeature ToXML(osm::EditableMapObject const & object, bool serializeType)
toFeature.SetCuisine(cuisineStr);
}
object.ForEachMetadataItem([&toFeature](string_view tag, string_view value)
{
toFeature.SetTagValue(tag, value);
});
object.ForEachMetadataItem([&toFeature](string_view tag, string_view value) { toFeature.SetTagValue(tag, value); });
return toFeature;
}