apache / datasketches-cpp

Core C++ Sketch Library
https://datasketches.apache.org
Apache License 2.0
213 stars 70 forks source link

density sketch c++17 compatibility #407

Closed jmalkin closed 7 months ago

jmalkin commented 7 months ago

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

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7025801951


Totals Coverage Status
Change from base Build 6792305404: 0.0%
Covered Lines: 16017
Relevant Lines: 16189

💛 - Coveralls