NixOS/nix

Switch to std::format

Aberta

#10.294 aberto em 22 de mar. de 2024

 (4 comentários) (8 reações) (0 responsável)C++ (1.293 forks)batch import
good first issue

Métricas do repositório

Stars
 (9.803 estrelas)
Métricas de merge de PR
 (Mesclagem média 7d 11h) (83 fundiu PRs em 30d)

Description

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.

Guia do colaborador