Hi,

why don't we stop LyX, if an assertion failed? I though this was the overall purpose of assertions...

void assertion_failed(char const* a, char const* b, char const* c, long d)
{
lyx::lyxerr << "Assertion failed: " << a << ' ' << b << ' ' << c << ' '
               << d << '\n';
}

Michael

Reply via email to