Non-guru answering...
assert is a debugging macro that shouldn't be left in production code - It produces error messages that worry and/or confuse the end users. Either add the line: #include <cassert> to each file affected, or compile with NDEBUG defined.
Regards, Paul.
On Thursday 27 November 2003 10:48 am, Graham Trott wrote:
avi.cc:285: error: `assert' undeclared (first use this function) avi.cc:285: error: (Each undeclared identifier is reported only once for each function it appears in.)