#include <j2k/Fred/String/String.cpp>Go to the source code of this file.
Defines | |
| #define | tassert(ex) |
|
|
Value: { \
if (!(ex)) { \
cerr << "Assertion failed at " << __FILE__ << __LINE__ << "\n"; \
assert( (ex) ); \
abort(); \
} \
} |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001