https://bugs.kde.org/show_bug.cgi?id=512498
--- Comment #2 from Halla Rempt <[email protected]> --- if (_evaluationStrategy == UseInterpreter) { if (debugging) { debugPrintParseTree(); std::cerr << "Eval strategy is interpreter" << std::endl; } assert(!_interpreter); _interpreter = new Interpreter; It's here... I don't think the assert is useful, though. -- You are receiving this mail because: You are watching all bug changes.
