mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 20:07:38 +02:00
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
Now it is called `CaseInsensitiveASCIIStringViewTraits`, so we can be more specific about what data structure does it operate onto. ;)
This commit is contained in:
@@ -613,7 +613,7 @@ static constexpr Array<Location, @size@> s_time_zone_locations { {
|
||||
TRY(hashes.try_ensure_capacity(values.size()));
|
||||
|
||||
auto hash = [](auto const& value) {
|
||||
return CaseInsensitiveStringViewTraits::hash(value);
|
||||
return CaseInsensitiveASCIIStringViewTraits::hash(value);
|
||||
};
|
||||
|
||||
for (auto const& value : values)
|
||||
|
||||
Reference in New Issue
Block a user