From 6abd1d0e9cdc691e6daf30ce3316ffb820b9bb70 Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Fri, 19 Jun 2015 17:18:25 -0400 Subject: SERVER-19099 Consistently use concurrency and time names via stdx --- src/mongo/util/time_support.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mongo/util/time_support.h') diff --git a/src/mongo/util/time_support.h b/src/mongo/util/time_support.h index 2ec19ed12eb..8991ba85ec1 100644 --- a/src/mongo/util/time_support.h +++ b/src/mongo/util/time_support.h @@ -54,7 +54,10 @@ void time_t_to_Struct(time_t t, struct tm* buf, bool local = false); std::string time_t_to_String_short(time_t t); // -// Operators for putting durations to streams. +// Operators for putting durations to streams. Note that these will +// *not* normally be found by ADL since the duration types are +// typedefs, but see the handling of chrono::duration in +// logstream_builder.h for why they are useful. // std::ostream& operator<<(std::ostream& os, Microseconds us); -- cgit v1.2.1