Export should_absorb_trace_exceptions to fix tests
This commit is contained in:
parent
01ea4e9ea7
commit
293f4d1593
@ -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();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user