UniversalStacktrace
UniversalStacktrace copied to clipboard
C++ Stacktrace for windows linux and os/x
Results
1
UniversalStacktrace issues
Sort by
recently updated
recently updated
newest added
Mingw has two thread model: posix and win32. Posix model behaves as standard c++ compiler, but mingw of win32 model is built without `std::mutex`, thus behaves like msvc. So [detection...