| 38 | : out_(out), args_(args) {} |
| 39 | |
| 40 | auto out() -> basic_appender<Char> { return out_; } |
| 41 | void advance_to(basic_appender<Char>) {} |
| 42 | |
| 43 | auto locale() -> locale_ref { return {}; } |
nothing calls this directly
no outgoing calls
no test coverage detected