You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error
D:/software/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/14.2.0/include/c++/bits/std_thread.h:339:26: error: no match for 'operator==' (operand types are 'std::thread::native_handle_type' and 'std::thread::native_handle_type')
339 | return __x._M_thread == __y._M_thread;
| ~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~
| | |
| | std::thread::native_handle_type
| std::thread::native_handle_type
In file included from D:/software/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/14.2.0/include/c++/bits/stl_algobase.h:64,
from D:/software/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/14.2.0/include/c++/algorithm:60,
from D:/project/onnx2c/aixlog/include/aixlog.hpp:34:
Hello I get the above error when compiling the project. I am curious to know the specific version of gcc compiled by the author, and I have tried many versions with this error. Is it because I compile on windows? Thank you very much for your reply
The text was updated successfully, but these errors were encountered:
error
D:/software/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/14.2.0/include/c++/bits/std_thread.h:339:26: error: no match for 'operator==' (operand types are 'std::thread::native_handle_type' and 'std::thread::native_handle_type')
339 | return __x._M_thread == __y._M_thread;
| ~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~
| | |
| | std::thread::native_handle_type
| std::thread::native_handle_type
In file included from D:/software/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/14.2.0/include/c++/bits/stl_algobase.h:64,
from D:/software/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/14.2.0/include/c++/algorithm:60,
from D:/project/onnx2c/aixlog/include/aixlog.hpp:34:
Hello I get the above error when compiling the project. I am curious to know the specific version of gcc compiled by the author, and I have tried many versions with this error. Is it because I compile on windows? Thank you very much for your reply
The text was updated successfully, but these errors were encountered: