Closed petrasvestartas closed 2 years ago
Hi, could you elaborate what function do you mean exactly?
The last tagged release uses the deprecated (and removed in C++17) std::random_shuffle()
function. This was replaced in a later revision (available on master but not in a release tag), though there are still some issues with the shuffling logic as described in #97.
This part is causing error and I temporarily changed to the following code:
As @here-abarany mentioned it's fixed on master
. I stopped doing releases for CDT (as it's more work) and instead suggest to live on the latest master branch. When I get time, I will make one last release that would say not to use pinned releases to make it clear for the users :)
Understood, using the git clone instead of release. I close this issue.
Hi,
Can you add some checks for the function that use random shuffling dependent on C++ version? The one you use is only compatible till C++14.