1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 19:57:59 +02:00

* Realisation of File(...) expressions.

This commit is contained in:
Eelco Dolstra 2003-06-27 13:55:12 +00:00
parent bb03c45ca0
commit 3da9687854
11 changed files with 137 additions and 368 deletions

View file

@ -78,7 +78,7 @@ void deletePath(string path)
}
void debug(string s)
void debug(const format & f)
{
cerr << "debug: " << s << endl;
cerr << format("debug: %1%\n") % f.str();
}