static analysis: more const

This commit is contained in:
Megamouse 2025-03-04 19:38:16 +01:00
parent d3c5cc7b13
commit a8fc3f5f74
18 changed files with 64 additions and 66 deletions

View file

@ -159,7 +159,7 @@ namespace fmt
std::string result;
bool first = true;
for (auto& v : sources)
for (const auto& v : sources)
{
if (first)
{