From: Michael Lee Date: Fri, 31 Jul 2015 21:06:17 +0000 (-0700) Subject: No std::recursive_timed_mutex and std::timed_mutex. X-Git-Tag: v0.53.0~16 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bfe9e3dd987844fb9cd138009365414382adbbf5;p=folly.git No std::recursive_timed_mutex and std::timed_mutex. Summary: Do not use these if __ANDROID__ is defined as well. Reviewed By: @​yangchi Differential Revision: D2301782 --- diff --git a/folly/Synchronized.h b/folly/Synchronized.h index 0bbe788f..55fd73c1 100644 --- a/folly/Synchronized.h +++ b/folly/Synchronized.h @@ -49,8 +49,9 @@ struct HasLockUnlock { enum { value = IsOneOf