Пример #1
0
 virtual bool reap_error(ErrorStack& errs)
 {
     if (!the_error)
         return false;
     errs.push(the_error.release());
     return true;
 }
Пример #2
0
void IOTrace(const std::string& description) {
    errorstack.push(description);   
}