[libcxx-commits] [libcxx] [libcxx] [libcxxabi] Dont throw in make exception ptr if __cxa_init_primary_exception is available (PR #65534)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 11 07:50:21 PDT 2023
================
@@ -12,8 +12,10 @@
#include <__config>
#include <__exception/operations.h>
#include <__memory/addressof.h>
+#include <__typeinfo/typeinfo.h>
#include <cstddef>
#include <cstdlib>
+#include <type_traits>
----------------
philnik777 wrote:
Please include the required detail headers instead.
https://github.com/llvm/llvm-project/pull/65534
More information about the libcxx-commits
mailing list