diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-20 17:18:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-20 17:18:09 +0200 |
commit | b0524a0b18eec9d5e5c3f6ce30b6cecdd02a6306 (patch) | |
tree | 4b1efc586782507e0647e884d6a13c6605298508 /build/timestamp.cxx | |
parent | 47751abc43dab40e0ac4a1523994fd533e6a3b22 (diff) |
Diagnostic infrastructure revamp
Diffstat (limited to 'build/timestamp.cxx')
-rw-r--r-- | build/timestamp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/timestamp.cxx b/build/timestamp.cxx index 0ad3f3f..0d450ea 100644 --- a/build/timestamp.cxx +++ b/build/timestamp.cxx @@ -58,7 +58,7 @@ namespace build } ostream& - operator<< (ostream& os, timestamp ts) + operator<< (ostream& os, const timestamp& ts) { // @@ replace with put_time() // @@ -97,7 +97,7 @@ namespace build } ostream& - operator<< (ostream& os, duration d) + operator<< (ostream& os, const duration& d) { // @@ replace with put_time() // |