Avi Kivity
429650e508
alternator: streams: fix signed/unsigned comparison
...
We compare a signed variable to an unsigned one, which can
yield surprising results. In this case, it is harmless since
we already validated the signed input is positive, but
use std::cmp_less() to quench any doubts (and warnings).
2023-03-21 13:41:53 +02:00
..
2023-02-17 07:19:52 +02:00
2022-01-18 12:15:18 +01:00
2023-03-04 13:11:25 +08:00
2023-01-16 15:15:27 +01:00
2023-01-16 15:15:27 +01:00
2022-09-05 10:03:00 +02:00
2022-09-05 10:03:00 +02:00
2022-12-01 17:33:35 +02:00
2023-03-07 18:20:36 +08:00
2023-01-19 16:40:43 +02:00
2023-01-16 15:15:27 +01:00
2023-01-16 15:15:27 +01:00
2022-01-18 12:15:18 +01:00
2022-02-04 12:34:19 +02:00
2022-01-18 12:15:18 +01:00
2023-02-15 22:57:18 +02:00
2023-02-19 21:05:45 +02:00
2023-02-15 22:57:18 +02:00
2022-12-01 17:33:35 +02:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2023-03-21 13:41:53 +02:00
2023-02-19 21:05:45 +02:00
2022-08-04 12:12:43 +02:00