Skip to content

Conversation

@adrienkaiser
Copy link

MeshProjector.cc uses std::random_shuffle() that was deprecated in C++14 and removed in C++17.
It can be replaced by std::shuffle() used with a random generator such as std::mt19937() (both available in C++11).

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.

1 participant