Details
Details
- Reviewers
rnk alanphipps dmajor - Group Reviewers
Restricted Project - Commits
- rG871f96eed379: [libcxx] remove checks for __STDCPP_THREADS__ as it is defined by compiler
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/include/__config | ||
---|---|---|
1159 | Let's continue defining __STDCPP_THREADS__ if it's not defined. It's safe. It makes new libc++ work with old clang. |
Comment Actions
@zequanwu In the future, please refrain from committing to libc++ or libc++abi unless you have approval of the libcxx or libcxxabi review group. There's a reason why that group is added as a "blocking reviewer", it's because you should wait for it to be green before proceeding.
Let's continue defining __STDCPP_THREADS__ if it's not defined. It's safe. It makes new libc++ work with old clang.