[PATCH] D28226: threading_support: introduce __libcpp_recursive_mutex_t

Alexander Shaposhnikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 23:30:09 PST 2017


alexshap added inline comments.


================
Comment at: include/__threading_support:82
+            typename = typename _VSTD::enable_if<!_VSTD::is_same<_Mutex,
+                                                                 _RecursiveMutex>::value>::type>
+  _LIBCPP_CONSTEXPR
----------------
indentation looks a bit strange 


Repository:
  rL LLVM

https://reviews.llvm.org/D28226





More information about the cfe-commits mailing list