1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 13:31:48 +02:00
nix/src/nix-store
Sergei Zimmerman fafaec5ac3 fix(treewide): remove unnecessary copying in range for loops
This gets rid of unnecessary copies in range-based-for loops and
local variables, when they are used solely as `const &`.

Also added a fixme comment about a suspicious move out of const,
which might not be intended.
2024-11-26 00:06:29 +03:00
..
dotgraph.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
dotgraph.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
graphml.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
graphml.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
nix-store.cc fix(treewide): remove unnecessary copying in range for loops 2024-11-26 00:06:29 +03:00