mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
parent
6097790863
commit
ecff9d969a
3 changed files with 16 additions and 15 deletions
|
@ -114,8 +114,8 @@ struct Value
|
|||
private:
|
||||
InternalType internalType;
|
||||
|
||||
friend std::string showType(const Value & v);
|
||||
friend void printValue(std::ostream & str, std::set<const Value *> & active, const Value & v);
|
||||
friend std::string showType(const Value & v);
|
||||
friend void printValue(std::ostream & str, std::set<const Value *> & seen, const Value & v);
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue