Skip to content

macro KFR_ASSERT_ACTIVE testo

KFR_ASSERT_ACTIVE(...)                                                                               \
    do                                                                                                       \
    {                                                                                                        \
if (!::kfr::check_assertion(::kfr::make_comparison() <= VA_ARGS, #VA_ARGS, FILE,         \
                            LINE))                                                               \
    KFR_BREAKPOINT;                                                                                  \
    } while (0)

Defined at test/assert.hpp:60