Skip to content

Multiple string format conventions at play should be made uniform. #429

@brettviren

Description

@brettviren

WCT has more than one way to format a string.

SPDLOG style

log->debug("this is {} style", "spdlog");

Boost style

std::string s = String::format("this is %s style", "boost");

Fix

To fix this, I think we should wait for when C++20 becomes the minimum C++ standard version (we are still at 17). At that point, we should only use std::fmt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementSomething that improves the code quality if not necessarily affecting results.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions