[all-commits] [llvm/llvm-project] 090bda: [Support] Use std::shared_mutex when we're not on ...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Aug 8 04:31:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 090bdaad34867a4aafa750cbe5bdb0d24864a121
https://github.com/llvm/llvm-project/commit/090bdaad34867a4aafa750cbe5bdb0d24864a121
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-08-08 (Mon, 08 Aug 2022)
Changed paths:
M llvm/include/llvm/Support/RWMutex.h
Log Message:
-----------
[Support] Use std::shared_mutex when we're not on old MacOS
In C++17 mode this is always available.
More information about the All-commits
mailing list