Skip to content

macro KFR_ASSERT_INACTIVE testo

KFR_ASSERT_INACTIVE(...)                                                                             \
    do                                                                                                       \
    {                                                                                                        \
    } while (false && (VA_ARGS))

Defined at test/assert.hpp:68