mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-22 17:52:16 +00:00
For more details see: https://github.com/boostorg/stacktrace/issues/133 Accommodate mingw-llvm to this fix as well macros defined by mingw-llvm 16 (https://github.com/mstorsjo/llvm-mingw): #define __GNUC_MINOR__ 2 #define __GNUC_PATCHLEVEL__ 1 #define __GNUC__ 4 #define __clang_major__ 16 #define __clang_minor__ 0 #define __clang_patchlevel__ 0