[all-commits] [llvm/llvm-project] c341d5: [libc++] Add missing include in exception_ptr.h
Hans via All-commits
all-commits at lists.llvm.org
Mon Mar 13 07:23:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c341d50305032e6bc4b482f345f6ed6d5eaf13db
https://github.com/llvm/llvm-project/commit/c341d50305032e6bc4b482f345f6ed6d5eaf13db
Author: Hans Wennborg <hans at chromium.org>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M libcxx/include/__exception/exception_ptr.h
Log Message:
-----------
[libc++] Add missing include in exception_ptr.h
Windows builds were failing due to missing include for std::addressof
after D145095.
Differential revision: https://reviews.llvm.org/D145919
More information about the All-commits
mailing list