mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-26 07:43:36 +00:00
[core] Replace SmallMap
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
969e1ef2da
commit
882dccb87d
@@ -20,7 +20,7 @@ std::vector<uint32_t> GetCategoryTypes(std::string const & name, std::string con
|
||||
|
||||
int8_t const code = CategoriesHolder::MapLocaleToInteger(locale);
|
||||
Locales locales;
|
||||
locales.Insert(static_cast<uint64_t>(code));
|
||||
locales.insert(static_cast<uint64_t>(code));
|
||||
|
||||
auto const tokens = NormalizeAndTokenizeString(name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user