| 4110 | |
| 4111 | public: |
| 4112 | constexpr nested_formatter() : width_(0) {} |
| 4113 | |
| 4114 | FMT_CONSTEXPR auto parse(parse_context<Char>& ctx) -> const Char* { |
| 4115 | auto it = ctx.begin(), end = ctx.end(); |
nothing calls this directly
no outgoing calls
no test coverage detected