Searched defs:ErrorReporter (Results 1 – 1 of 1) sorted by relevance
1284 struct ErrorReporter struct1287 ErrorReporter(error_code& ec) : code(&ec) in ErrorReporter() argument1291 ErrorReporter(const char* s, const path& p) in ErrorReporter() function1295 error_code* code;1296 const char* msg;1297 const path* path1;1300 report(const error_code& ec) const in report()1309 report(const error_code& ec, const path& path2) const in report()