| 148 | }; |
| 149 | |
| 150 | inline bool compare(const Value &reference, const Value &result, std::string &reason) |
| 151 | { |
| 152 | return std::visit(Comparator(reason, "reference", "result"), reference, result); |
| 153 | } |
| 154 | } // namespace osrm::util::json |
| 155 | |
| 156 | #endif |
no test coverage detected