Skip to content

[Feature Request] Update logging system to use format included in C++ standard #449

@jopadan

Description

@jopadan

std::format
std::formatter<std::filesystem::path>

  • remove 3rdparty/fmt and GTest
  • adapt the code to use format version included in C++ standard
#include <filesystem>
#include <format>
namespace logging
{
/* adapt code here */
};

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