mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Provide std::hash<Symbol>
This commit is contained in:
parent
c274e005b6
commit
6d843ce9fe
3 changed files with 14 additions and 3 deletions
|
@ -42,7 +42,7 @@ class JSONSax : nlohmann::json_sax<json> {
|
|||
auto attrs2 = state.buildBindings(attrs.size());
|
||||
for (auto & i : attrs)
|
||||
attrs2.insert(i.first, i.second);
|
||||
parent->value(state).mkAttrs(attrs2.alreadySorted());
|
||||
parent->value(state).mkAttrs(attrs2);
|
||||
return std::move(parent);
|
||||
}
|
||||
void add() override { v = nullptr; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue