mitaclaw 508ccc2054 IniFile: Migrate Common::CaseInsensitiveLess to StringUtil
Migrating `Common::CaseInsensitiveLess` to StringUtil.h will hopefully discourage rolling one's own solution in the future for case-insensitive associative containers when this (quite robust!) solution already exists.

`Common::CaseInsensitiveStringCompare::IsEqual` was removed in favor of using the `Common::CaseInsensitiveEquals` function.

The `a.size() != b.size()` condition in `Common::CaseInsensitiveEquals` can be removed, since `std::ranges::equal` already checks this condition (confirmed in libc++).
2024-09-21 23:15:42 -07:00
..
2023-11-27 21:38:43 +01:00
2024-08-20 14:59:54 +02:00
2023-06-29 02:35:44 -05:00
2024-05-22 14:32:37 -04:00
2023-03-02 19:54:15 -06:00
2024-08-20 14:59:54 +02:00
2022-01-02 14:39:34 -08:00
2024-07-23 14:06:21 -07:00
2024-08-13 06:58:23 +02:00
2024-08-20 14:59:54 +02:00
2023-11-03 16:15:04 +01:00
2023-11-03 16:15:04 +01:00
2023-06-06 22:49:53 -05:00
2022-01-02 15:36:47 -08:00
2023-01-10 05:17:43 -08:00
2023-11-28 23:03:26 +11:00
2023-09-21 01:19:23 +02:00
2023-09-21 01:19:23 +02:00
2023-12-01 19:52:21 +01:00
2022-07-25 18:32:16 -07:00
2024-08-20 14:59:54 +02:00
2024-08-20 14:59:54 +02:00
2023-09-21 01:19:23 +02:00
2023-04-29 19:21:48 -04:00
2023-02-28 20:29:46 +01:00
2024-08-22 17:29:26 -07:00
2024-08-20 14:59:54 +02:00
2024-08-13 06:58:23 +02:00