From b0524a0b18eec9d5e5c3f6ce30b6cecdd02a6306 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Jan 2015 17:18:09 +0200 Subject: Diagnostic infrastructure revamp --- build/timestamp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/timestamp') diff --git a/build/timestamp b/build/timestamp index 2386125..04a0c29 100644 --- a/build/timestamp +++ b/build/timestamp @@ -38,10 +38,10 @@ namespace build const timestamp timestamp_nonexistent {duration {0}}; std::ostream& - operator<< (std::ostream&, timestamp); + operator<< (std::ostream&, const timestamp&); std::ostream& - operator<< (std::ostream&, duration); + operator<< (std::ostream&, const duration&); // Returns timestamp_nonexistent if the entry at the specified path // does not exist. All other errors are reported by throwing -- cgit v1.1