Export should_absorb_trace_exceptions to fix tests

This commit is contained in:
Jeremy Rifkin 2025-01-26 18:15:21 -06:00
parent 01ea4e9ea7
commit 293f4d1593
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -5,7 +5,8 @@
namespace cpptrace {
namespace detail {
bool should_absorb_trace_exceptions();
// exported for test purposes
CPPTRACE_EXPORT bool should_absorb_trace_exceptions();
bool should_resolve_inlined_calls();
cache_mode get_cache_mode();
}