-
Notifications
You must be signed in to change notification settings - Fork 253
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
redifinition of struct hash<coroutine_handle<_Tp> > #118
Comments
It is weird. I remember I met the problem before and have fixed it. Would you like to check the commit id? |
I'm on commit e342335. |
Would you like to move to HEAD? It should be able to solve this. |
I'm getting a new error.
|
I think it's the compiler problem, use a c++ compiler which can support c++20. |
It is odd since we've tried GCC-10.3 it is in the CI system. But our method of detecting the presence of [[likely]] is not good enough as well. I've sent #120. Would you like to try again? |
|
It looks like your compiler is not new enough indeed. It couldn't recognize |
Search before asking
What happened + What you expected to happen
I'm on MacOS and I use g++-11 (11.2.0) for both CXX and CC. I come across the error when build.
Reproduction way
Anything else
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: