[libcxx-commits] [libcxx] [libc++] Add MSVC's implementation of `exception_ptr` for Windows (PR #94977)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 11 11:24:39 PDT 2024
================
@@ -0,0 +1,430 @@
+//===----------------------------------------------------------------------===//
----------------
frederick-vs-ja wrote:
I think the new header and source files should be added to `libcxx/include/CMakeLists.txt` and `libcxx/src/CMakeLists.txt`.
https://github.com/llvm/llvm-project/pull/94977
More information about the libcxx-commits
mailing list