mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 08:42:30 +00:00
value.hh: Fix warning about {struct/class} Value
This commit is contained in:
parent
a865049c4f
commit
8c6e0df45f
@ -159,7 +159,7 @@ public:
|
|||||||
iterator begin() { return &elems[0]; }
|
iterator begin() { return &elems[0]; }
|
||||||
iterator end() { return &elems[size]; }
|
iterator end() { return &elems[size]; }
|
||||||
|
|
||||||
friend class Value;
|
friend struct Value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user