Files
lix/src/libutil
Théophane Hufschmitt b2247ef4f6 Don't assume the type of string::size_type
The code accidentally conflated `std::string::size_type` and `long unsigned int`.
This was fine on 64bits machines where they are apparently the same in
practice, but not on 32bits. Fix that by using `std::string::size_type`
everywhere.
2023-06-15 21:24:14 +02:00
..
2023-04-03 11:48:21 -04:00
2023-04-03 11:48:21 -04:00
2023-04-07 08:34:58 -04:00
2023-06-14 14:09:11 -04:00
2023-04-07 09:21:50 +02:00
2023-04-03 18:45:20 +02:00
2021-12-22 15:56:25 +01:00
2023-06-14 14:09:11 -04:00
2022-02-25 16:13:02 +01:00