mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
* The << operator on values should be const.
This commit is contained in:
parent
b2235d81d1
commit
93cd5a4a13
3 changed files with 3 additions and 3 deletions
|
@ -171,7 +171,7 @@ typedef std::map<Path, Path> SrcToStore;
|
|||
struct EvalState;
|
||||
|
||||
|
||||
std::ostream & operator << (std::ostream & str, Value & v);
|
||||
std::ostream & operator << (std::ostream & str, const Value & v);
|
||||
|
||||
|
||||
class EvalState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue