DEBSOURCES
Skip Quicknav
sources / cpptrace / 1.0.4-1 / cmake / has_cxx_exception_type.cpp
123456
#include <cxxabi.h> int main() { std::type_info* t = abi::__cxa_current_exception_type(); (void*) t; }