| 534 | template <typename T> constexpr auto on_arg_id(T) -> int { return 0; } |
| 535 | |
| 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* { |
nothing calls this directly
no outgoing calls
no test coverage detected