@@ -55,6 +55,7 @@
#define ENSURE(func) \
{ \
bool ok = (func); \
+ assert(ok); \
if (!ok) return false; \
}