NixOS/nix

Switch to std::format

Open

#10.294 aperta il 22 mar 2024

Vedi su GitHub
 (4 commenti) (8 reazioni) (0 assegnatari)C++ (1293 fork)batch import
good first issue

Metriche repository

Star
 (9803 star)
Metriche merge PR
 (Merge medio 4g 12h) (86 PR mergiate in 30 g)

Descrizione

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.

Guida contributor