rocket icon indicating copy to clipboard operation
rocket copied to clipboard

Update rocket.hpp

Open fayce66 opened this issue 3 years ago • 0 comments

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

fayce66 avatar Jan 10 '23 06:01 fayce66