Files
rtorrent/rak
stickz 712e7e5db0 cleanup: Remove rak/functional.h
This commit replaces the `rak/functional.h` features with lambdas and std functions.

There was one instance with `std::sort` where the comparison operator was always evaluating to false and it wasn't sorting anything. This is removed in favour of the default comparison operator.

`std::sort(transferChunks.begin(), transferChunks.end());`
2025-01-12 14:30:01 -05:00
..
2019-08-23 23:25:24 +09:00
2007-08-12 13:41:50 +00:00
2024-11-13 18:59:57 +09:00
2019-08-23 23:25:24 +09:00