Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: Remove rak/functional.h #1374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stickz
Copy link
Contributor

@stickz stickz commented Jan 12, 2025

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());

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());`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant