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

feat(build): make C++17 as required #1603

Merged
merged 7 commits into from
Sep 13, 2023
Merged

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Sep 10, 2023

#1602

This patch adjust the build to start supporting and requiring C++17
(therefore GCC 7+).

std::random_shuffle has to be replaced by std::shuffle, because
the former has been removed since C++17.

std::random_shuffle has to be replaced by std::shuffle,
because std::random_shuffle has been removed in C++17.
@acelyc111 acelyc111 merged commit 7cb1599 into apache:master Sep 13, 2023
74 of 75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants