NixOS/nix

Switch to std::format

Open

#10.294 geöffnet am 22. März 2024

Auf GitHub ansehen
 (4 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)C++ (1.293 Forks)batch import
good first issue

Repository-Metriken

Stars
 (9.803 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 12h) (86 gemergte PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe.

Unlike boost::format, std::format is supposed to check format strings at compile time, so it should prevent problems like #10293 once and for all.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Priorities

Add :+1: to issues you find important.

Contributor Guide