Skip to content

Update of fmt library dependency and support of formating Custom Types #470

@MathewBensonCode

Description

@MathewBensonCode

The fmt library has support for custom formatters for specifying how to format Enums and Custom Types.

Enums in particular have been flaky as there may not be an implicit conversion to the underlying type, which is an integer type.

Newer versions of fmt has some useful definitions for formatting containers and other standard library entities like pairs and tuples.

An upgrade of the current submodule may be needed but care needed to ensure that formatting of types like Enums is safe and reliable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions