commit | 990620ac3b86cd599098f3fc8392a315999647e7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Jun 05 00:25:53 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Jun 13 16:33:25 2022 -0400 |
tree | dd8384e1b00985c2657ce9971c3e0d22abb41e88 | |
parent | a9b09b6994afb15bb4419b236e8d37646af94c19 [diff] [blame] |
nfdc: merge canonizer.hpp and find-face.hpp into face-helpers.hpp Change-Id: I19ca5cbce8cab54e61eb7af0a32c33c3aa73faf1
diff --git a/tools/nfdc/status-report.hpp b/tools/nfdc/status-report.hpp index 20c364d..67ff429 100644 --- a/tools/nfdc/status-report.hpp +++ b/tools/nfdc/status-report.hpp
@@ -40,12 +40,9 @@ enum class ReportFormat { XML = 1, - TEXT = 2 + TEXT = 2, }; -ReportFormat -parseReportFormat(const std::string& s); - std::ostream& operator<<(std::ostream& os, ReportFormat fmt);