mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 11:04:32 +00:00
998dc30b6d
Some return values can be assigned to a `const auto`, somewhere `dir` is mutated so the whole result has to be assigned to a non `const` variable and once only dir is used, so structured binding isn't used there.