Skip to content

Remove dependency on {fmt} #8

Open
@php1ic

Description

@php1ic

We only make use of a small subset of the functionality of {fmt}, namely

  • Printing to screen, or file as fmt::print() accepts any stream
  • Converting various types to formatted strings

std::format does some of the above and std::print does the remainder but is part of C++23. Once compiler support exists for both, we will investigate migrating and removing the external dependency.

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