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

Remove unused code and convert some functions to lamdas/std::fun #262

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

kannibalox
Copy link
Contributor

All the code in functional.h should be able to be replaced by the C++11 constructs. This first PR is more just demonstration, removing unused functions and replacing a couple of the lesser-used ones to ensure a) these patterns are something you're good with and b) before the changes need to happen across a ton of different files. If you're good with the changes, I'd be happy to put all them in this PR, or create multiple medium-sized ones, etc, whatever you'd prefer.

@rakshasa
Copy link
Owner

I've wanted to remove everything in the rak include folder for years, so this is a good start.

@rakshasa rakshasa merged commit d43eb0a into rakshasa:master Nov 30, 2024
1 check passed
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.

2 participants