blob: 100697c49325b53e92562f5898d176c558b11055 [file] [log] [blame]
yoshi31507102014-01-22 16:34:39 -08001diff --git a/Core/Time.h b/Core/Time.h
2index 1dd2e00..a9deddd 100644
3--- a/Core/Time.h
4+++ b/Core/Time.h
5@@ -25,6 +25,7 @@ namespace std {
6 /**
7 * Prints std::time_point values in a way that is useful for unit tests.
8 */
9+/*
10 template<typename Clock, typename Duration>
11 std::ostream&
12 operator<<(std::ostream& os,
13@@ -45,7 +46,7 @@ operator<<(std::ostream& os,
14 microsSinceUnixEpoch / 1000000,
15 microsSinceUnixEpoch % 1000000);
16 }
17-
18+*/
19 }
20
21 namespace LogCabin {