Skip to content

Remove dependency on {fmt} #8

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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