Skip to content

Update rocket.hpp #11

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update rocket.hpp #11

wants to merge 1 commit into from

Conversation

fayce66
Copy link

@fayce66 fayce66 commented Jan 10, 2023

compilation error in rocket.hpp with gcc 11.3.0 (under ubuntu 22) with C++20 because operator!= (like all other secondary operators) has been removed in C++20: https://en.cppreference.com/w/cpp/thread/thread/id

simple fix is to use the primary operator== instead

operator!= (like all other secondary operators) has been removed in C++20: https://en.cppreference.com/w/cpp/thread/thread/id

simple fix is to use the primary operator== instead
shimaowo added a commit to shimaowo/rocket that referenced this pull request Oct 8, 2024
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