Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/stacktrace
/ is_libcpp_runtime
Function
is_libcpp_runtime
src/from_exception.cpp:208–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
void __cxa_increment_exception_refcount(void *primary_exception) throw();
207
208
static bool is_libcpp_runtime() noexcept {
209
return __cxa_increment_exception_refcount;
210
}
211
212
#else
213
Callers
5
from_exception.cpp
File · 0.85
__cxa_allocate_exception
Function · 0.85
__cxa_decrement_exception_refcount
Function · 0.85
current_exception_stacktrace
Function · 0.85
assert_no_pending_traces
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected