[PATCH] D131313: [Support] Use constexpr if
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 6 09:40:19 PDT 2022
barannikov88 added inline comments.
================
Comment at: llvm/include/llvm/Support/Mutex.h:28
template<bool mt_only>
class SmartMutex {
std::recursive_mutex impl;
----------------
There is also `SmartRWMutex` in `RWMutex.h`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131313/new/
https://reviews.llvm.org/D131313
More information about the llvm-commits
mailing list