rocket
rocket copied to clipboard
Update rocket.hpp
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