| 52 | } |
| 53 | |
| 54 | void FlatCompiler::Error(const std::string &err, bool usage, |
| 55 | bool show_exe_name) const { |
| 56 | params_.error_fn(this, err, usage, show_exe_name); |
| 57 | } |
| 58 | |
| 59 | std::string FlatCompiler::GetUsageString(const char *program_name) const { |
| 60 | std::stringstream ss; |