Sean Kelly wrote: > [...] > Seems like the main problem is that assert is compiled out in release > builds, correct? Throwing a custom message and such already works. No, you guys are missing the important point: *stringizing the condition*. That is what is impossible without repeating the condition or having macros. Dave