| 41 | void advance_to(basic_appender<Char>) {} |
| 42 | |
| 43 | auto locale() -> locale_ref { return {}; } |
| 44 | |
| 45 | auto arg(int id) const -> basic_format_arg<basic_printf_context> { |
| 46 | return args_.get(id); |
nothing calls this directly
no outgoing calls
no test coverage detected