>>>>> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> Hi, why don't we stop LyX, if an assertion failed? I though Michael> this was the overall purpose of assertions... Michael> void assertion_failed(char const* a, char const* b, char Michael> const* c, long d) { lyx::lyxerr << "Assertion failed: " << a Michael> << ' ' << b << ' ' << c << ' ' << d << '\n'; Michael> } We call support::abort(), don't we? JMarc