jeremy-rifkin / cpptrace

Simple, portable, and self-contained stacktrace library for C++11 and newer
MIT License
621 stars 64 forks source link

Fix missing cxxabi.h include on Windows when using libc++ #122

Closed ChewyGumball closed 3 months ago

ChewyGumball commented 3 months ago

Make operator precedence explicit so the CPPTRACE_HAS_CXX_EXCEPTION_TYPE define is a dominant switch to use cxxabi.h, rather than one that only applies when __GLIBCXX__ is defined.

Fixes https://github.com/jeremy-rifkin/cpptrace/issues/121