| 3802 | } |
| 3803 | |
| 3804 | FMT_INLINE void on_replacement_field(int id, const Char*) { |
| 3805 | ctx.arg(id).visit(default_arg_formatter<Char>{ctx.out()}); |
| 3806 | } |
| 3807 | |
| 3808 | auto on_format_specs(int id, const Char* begin, const Char* end) |
| 3809 | -> const Char* { |
no test coverage detected