[libcxx-commits] [PATCH] D141222: [libc++] Use __verbose_abort instead of std::abort in __throw_ functions

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 8 16:10:46 PST 2023


philnik added inline comments.


================
Comment at: libcxx/include/__expected/expected.h:53
+#include <__verbose_abort>
 #include <cstdlib> // for std::abort
 #include <initializer_list>
----------------
huixie90 wrote:
> I wonder if we can remove this now. (Maybe we need to remove the public dependency too)
I've already got a patch for that locally.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141222/new/

https://reviews.llvm.org/D141222



More information about the libcxx-commits mailing list