Searched defs:ASSERT (Results 1 – 2 of 2) sorted by relevance
63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VE… macro80 # define ASSERT(condition) macro
36 #define ASSERT(condition) \ macro