| 248 | |
| 249 | public: |
| 250 | printf_arg_formatter(basic_appender<Char> iter, format_specs& s, |
| 251 | context_type& ctx) |
| 252 | : base(make_arg_formatter(iter, s)), context_(ctx) {} |
| 253 | |
| 254 | void operator()(monostate value) { write(value); } |
| 255 |
nothing calls this directly
no test coverage detected