C:/msys64/mingw64/include/c++/7.3.0/thread:276:26: error: no match for 'operator==' (operand types are 'std::thread::native_handle_type {aka ptw32_handle_t}' and 'std::thread::native_handle_type {aka ptw32_handle_t}') return __x._M_thread == __y._M_thread; ~~~^~~~ ...
libs\fiber\src\numa\windows\pin_thread.cpp: In function 'void boost::fibers::numa::pin_thread(uint32_t, std::thread::native_handle_type)': libs\fiber\src\numa\windows\pin_thread.cpp:40:79: error: invalid conversion from 'std::thread::native_handle_type {aka long long unsigned int}'...
No twostd::threadobjects may represent the same thread of execution;std::threadis notCopyConstructibleorCopyAssignable, although it isMoveConstructibleandMoveAssignable. Member types Member typeDefinition native_handle_type(optional*)implementation-defined ...