MCPcopy 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

206void __cxa_increment_exception_refcount(void *primary_exception) throw();
207
208static bool is_libcpp_runtime() noexcept {
209 return __cxa_increment_exception_refcount;
210}
211
212#else
213

Calls

no outgoing calls

Tested by

no test coverage detected