Files
create/src
Ajinkya Dahale bc90f4480b [PD] Use compare to compare strings instead of substr
Used when finding subelements of a feature. Many of the comparisons used to also
check for string lengths, but as far as I can tell they are not strictly
necessary (see https://www.cplusplus.com/reference/string/string/substr/) and
just `substr` can be used without them. However, `compare` explicitly is for
comparing, and does not make a new object that `substr` does.
2021-11-28 22:05:46 +01:00
..
2021-10-11 00:30:22 +02:00
2021-11-14 20:05:22 +01:00
2021-09-19 19:49:44 +02:00
2021-10-09 19:24:15 +02:00
2021-11-27 05:38:16 +01:00
2021-09-19 19:49:44 +02:00