TimingInspector::~TimingInspector() { // ASSERT(nesting_depth == 0); // troubles in MT! if(this == &s_zero()) return; // StdLog() << Dump() << "\r\n"; // prevent .log creation }
Report message to a moderator