forked from lix-project/lix
* Sync with the trunk.
This commit is contained in:
commit
b92a2e5cc2
|
@ -16,7 +16,7 @@
|
|||
namespace nix {
|
||||
|
||||
|
||||
std::ostream & operator << (std::ostream & str, Value & v)
|
||||
std::ostream & operator << (std::ostream & str, const Value & v)
|
||||
{
|
||||
switch (v.type) {
|
||||
case tInt:
|
||||
|
|
|
@ -173,7 +173,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…
Reference in a new issue