-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Build fails (linux/gcc) #122
Comments
A second solution to the first problem: Turn instances of: Into |
Hi, thanks for reporting these issues. The first one has a fix from google test: google/googletest#3024 For the second one, seems that Guillaume |
Cheers, the google fix is better than mine I'm compiling with gcc 11.1.0, using (Aside: If I'm not mistaken the Output of
|
Indeed <=> shall do the job. Maybe a mismatch in gcc stl then. Anyway, hashing is a valid and portable solution I think. |
Fixes are merged to develop/. Thanks for reporting the issues. |
Two issues causing builds to fail:
This can be fixed by disabling
Wmaybe-uninitialized
for the relavent functions:The second fail is due to
std::thread::id::operator<
not being definedThe text was updated successfully, but these errors were encountered: