| 5865 | } |
| 5866 | |
| 5867 | bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/, const detail::exception& /*unused*/) |
| 5868 | { |
| 5869 | return false; |
| 5870 | } |
| 5871 | }; |
| 5872 | } // namespace detail |
| 5873 |
nothing calls this directly
no outgoing calls
no test coverage detected