Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Headers] Don't declare unreachable() from stddef.h in C++ (llvm#86748)
Even if __need_unreachable is set, stddef.h should not declare unreachable() in C++ because it conflicts with the declaration in \<utility>. (cherry picked from commit df69a30)
- Loading branch information