Skip to content

Add API to extract type_info from an std::exception_ptr #31

@kammce

Description

@kammce

We cannot use type_info because GCC and Clang prevent you from doing so when -fno-rtti is set. So instead, we can provide our API for extracting the type_info information from the exception_ptr itself. Luckily access to std::type_info is available with -fno-rtti is set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions