libassert icon indicating copy to clipboard operation
libassert copied to clipboard

Allow more comparisons

Open ZXShady opened this issue 5 months ago • 2 comments

Fixes #151 ~~and #152~~

Also fixes the issue of ASSERT(1 = 5) compiling

ZXShady avatar Jul 30 '25 08:07 ZXShady

hmm it seems I have changed runtime behavior. although I would say that you shouldn't be putting side effects in your asserts but it still changed behavior

I think I will leave the bitfields out but keep the null thingy

ZXShady avatar Jul 30 '25 10:07 ZXShady

@jeremy-rifkin I decided to remove the bit field checking since it is a little bit buggy and requires C++20, i kept the null constant checking, and fixed invalid code from compiling

ZXShady avatar Oct 18 '25 15:10 ZXShady