Skip to content

Remove Unused fmt::formatter<errors::Error>::parse Method #133

@threeal

Description

@threeal

This issue suggests removing the fmt::formatter<errors::Error>::parse method from this project because it appears to be unused.

format_parse_context::iterator parse(format_parse_context& ctx) const;

According to fmtlib's user-defined formatting guide, it seems that we can define user-defined formatting with the format method alone, without the need for the parse method.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions