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

Fix TT entries not being saved correctly #37

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Fix TT entries not being saved correctly #37

merged 1 commit into from
Jun 27, 2023

Conversation

Dannyj1
Copy link
Owner

@Dannyj1 Dannyj1 commented Jun 27, 2023

Bench: 9211255

@Dannyj1 Dannyj1 merged commit e8d1152 into master Jun 27, 2023
@Dannyj1 Dannyj1 deleted the tt-fix branch June 27, 2023 08:58
@tissatussa
Copy link

while trying to compile (this) source i encounter an error :

/home/roelof/Compiled/Zagreus/src/tuner.cpp:56:14: fatal error: no member named 'shuffle' in namespace 'std'
        std::shuffle(positions.begin(), positions.end(), gen);
        ~~~~~^
1 error generated.

i solved it my adding #include <algorithm> at the top of tuner.cpp

btw. i used the newest source by git clone -- maybe this error occurs in other branches too ?

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