Skip to content

macro KFR_PRINT_AND_ABORT

KFR_PRINT_AND_ABORT(kind, ...)                                                                       \
    do                                                                                                       \
    {                                                                                                        \
kfr::errorln("KFR " KFR_STRINGIFY(kind) " error: ", VA_ARGS);                                    \
std::abort();                                                                                        \
    } while (0)

Defined at except.hpp:61