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

Fix C++20 compatibility for filtered_hash #603

Closed
wants to merge 1 commit into from

Conversation

stevenwdv
Copy link

This removes the usage of some member typedefs removed in C++20, would be awesome if this could be merged (and released)!

Closes #602

@stevenwdv stevenwdv deleted the branch ReactiveX:main November 5, 2024 08:32
@stevenwdv stevenwdv closed this Nov 5, 2024
@stevenwdv stevenwdv deleted the main branch November 5, 2024 08:32
@stevenwdv stevenwdv restored the main branch November 5, 2024 08:32
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.

is_hashable is broken in C++20 (std::hash<T>::result_type and ::argument_type were removed)
1 participant