Skip to content

Use std::format when available, fallback to fmt::format for older compilers #7260

@afarber

Description

@afarber

Currently OSRM uses libfmt for formatting. With C++20, we can use std::format where available while maintaining backward compatibility with older compilers that lack <format> support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions