| 62 | } |
| 63 | |
| 64 | static void print_key_warning(const std::string &message, const toml::key &ky, const TomlBasicValue &value) { |
| 65 | puts(format_key_message("[warning] " + message, ky, value).c_str()); |
| 66 | } |
| 67 | |
| 68 | class TomlChecker { |
| 69 | const TomlBasicValue &m_v; |
no test coverage detected