Skip to content

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