27 Nov
2003
27 Nov
'03
5:56 p.m.
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.)
-- "To err is human...to really f*** things up requires the root password."