yoshi | 3150710 | 2014-01-22 16:34:39 -0800 | [diff] [blame] | 1 | diff --git a/Core/Time.h b/Core/Time.h |
| 2 | index 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 { |