cpptrace/src/utils
Ben Dunkin a70cf7935a
Fix missing cxxabi.h include on Windows when using libc++ (#122)
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
2024-05-12 21:56:38 -05:00
..
common.hpp Add a Result type and replace some exceptions with it (#109) 2024-03-30 13:35:52 -05:00
dbghelp_syminit_manager.hpp Add a Result type and replace some exceptions with it (#109) 2024-03-30 13:35:52 -05:00
dwarf.hpp A little more error handling cleanup 2024-03-31 16:02:39 -05:00
error.hpp Update internal error messages 2024-03-31 14:18:21 -05:00
exception_type.hpp Fix missing cxxabi.h include on Windows when using libc++ (#122) 2024-05-12 21:56:38 -05:00
microfmt.hpp Grab new microfmt changes and fix #113 2024-04-27 01:29:39 -05:00
program_name.hpp Use CPPTRACE_PATH_MAX more consistently, and another small refactor 2023-11-20 23:37:49 -06:00
utils.hpp Mac fixes 2024-03-31 22:01:14 -05:00