Skip to content

Faster and simpler I/O using C++20 format #4

Description

@dcblack

A lot of programmers prefer printf over std::cout due to its simpler formatting; however, printf suffers from safety issues. A huge step forward to solving this problem was the introduction of the {fmt} library (see https://fmt.dev). C++20 has accepted this into the standard library, but versions exist compatible as far as C++11.

So I propose reworking the report.hpp to take this approach as an option/alternative to .

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