| 536 | constexpr void on_replacement_field(int, const char*) {} |
| 537 | |
| 538 | constexpr auto on_format_specs(int, const char* begin, const char*) -> const |
| 539 | char* { |
| 540 | return begin; |
| 541 | } |
| 542 | |
| 543 | constexpr void on_error(const char*) { error = true; } |
| 544 |
nothing calls this directly
no outgoing calls
no test coverage detected