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 deprecated inheritance from std:binary_function #4283

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

fruffy
Copy link
Collaborator

@fruffy fruffy commented Dec 11, 2023

This standard utility has been removed with C++17. The common advice seems to be to just remove it.

https://stackoverflow.com/a/22387805/3215972
https://stackoverflow.com/a/57236882/3215972
https://stackoverflow.com/a/33115341/3215972

@fruffy fruffy force-pushed the fruffy/remove_std_binary_function branch from 33dcaaa to 43c725f Compare December 11, 2023 15:33
@fruffy fruffy merged commit b9891a8 into main Dec 11, 2023
13 checks passed
@fruffy fruffy deleted the fruffy/remove_std_binary_function branch December 11, 2023 16:38
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