lix/src
John Ericson ee9eb83a84 Remove some designated initializers
With the switch to C++20, the rules became more strict, and we can no
longer initialize base classes. Make them comments instead.

(BTW
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2287r1.html
this offers some new syntax for this use-case. Hopefully this will be
adopted and we can eventually use it.)
2023-02-01 11:25:56 -05:00
..
build-remote build-remote: Add brackets to error message 2022-11-04 10:49:44 -07:00
libcmd Merge pull request #7667 from dramforever/flake-search-attr 2023-02-01 15:56:22 +01:00
libexpr Remove some designated initializers 2023-02-01 11:25:56 -05:00
libfetchers Remove some designated initializers 2023-02-01 11:25:56 -05:00
libmain Merge pull request #7203 from graham33/feature/cpp20 2023-02-01 15:41:04 +01:00
libstore Remove some designated initializers 2023-02-01 11:25:56 -05:00
libutil Merge pull request #7203 from graham33/feature/cpp20 2023-02-01 15:41:04 +01:00
nix Remove some designated initializers 2023-02-01 11:25:56 -05:00
nix-build Make it hard to construct an empty OutputsSpec::Names 2023-01-11 19:08:19 -05:00
nix-channel Move the default profiles to the user’s home 2023-01-17 14:17:28 +01:00
nix-collect-garbage
nix-copy-closure
nix-env Revert "Revert "Merge pull request #6204 from layus/coerce-string"" 2023-01-19 13:23:04 +01:00
nix-instantiate
nix-store Remove some designated initializers 2023-02-01 11:25:56 -05:00
resolve-system-dependencies
toml11