Skip to content

density sketch c++17 compatibility#415

Merged
jmalkin merged 1 commit into5.0.xfrom
5.0.x-density-backport
Jan 4, 2024
Merged

density sketch c++17 compatibility#415
jmalkin merged 1 commit into5.0.xfrom
5.0.x-density-backport

Conversation

@jmalkin
Copy link
Copy Markdown
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
@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.

2 participants