[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

@@ -32,8 +32,8 @@ bool OsmFeatureHasTags(pugi::xml_node const & osmFt)
std::string_view constexpr kVowels = "aeiouy";
std::string_view constexpr kMainTags[] = {"amenity", "shop", "tourism", "historic", "craft", "emergency",
"barrier", "highway", "office", "leisure", "waterway", "natural",
std::string_view constexpr kMainTags[] = {"amenity", "shop", "tourism", "historic", "craft", "emergency",
"barrier", "highway", "office", "leisure", "waterway", "natural",
"place", "entrance", "man_made", "healthcare", "attraction"};
std::string GetTypeForFeature(editor::XMLFeature const & node)