PPK_ASSERT icon indicating copy to clipboard operation
PPK_ASSERT copied to clipboard

PPK_ASSERT is an orthodox drop-in & self-contained C++ assertion library ⚠️

Results 2 PPK_ASSERT issues
Sort by recently updated
recently updated
newest added

Currently, one must decide at compile time whether `PPK_ASSERT` will use a `static bool _ignore` flag or not (see: `PPK_ASSERT_DISABLE_IGNORE_LINE`). However, I have a program that largely *should* use that...

"The library is designed to be lightweight would you decide to keep assertions enabled even in release builds (#define PPK_ASSERT_ENABLED 1)" Unless I don't know something about English language, you...