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

density sketch c++17 compatibility #415

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

jmalkin
Copy link
Contributor

@jmalkin jmalkin commented Jan 4, 2024

std::random_shuffle() is removed in c++17 so this ensures strict compatibility with the standard by using a c++11-compatible method to achieve the same goal.

std::random_shuffle() is removed in c++17 so this ensures strict compatibility with the standard by using a c++11-compatible method to achieve the same goal.
@jmalkin jmalkin merged commit 669129b into 5.0.x Jan 4, 2024
7 checks passed
@jmalkin jmalkin deleted the 5.0.x-density-backport branch January 4, 2024 21:44
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.

None yet

2 participants