bool ReapError(error::ErrorStack& errs) { if (the_error.empty()) return false; errs.push(the_error.release()); return true; }
bool ReapError(error::ErrorStack& errs) { if (this->the_error.empty()) return false; errs.push(this->the_error.release()); switch (state) { case 0: handler_0.ReapError(errs); break; default: break; } return true; }