[libcxx-commits] [PATCH] D141222: [libc++] Use __verbose_abort instead of std::abort in __throw_ functions
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 8 16:09:14 PST 2023
huixie90 added inline comments.
================
Comment at: libcxx/include/__expected/expected.h:53
+#include <__verbose_abort>
#include <cstdlib> // for std::abort
#include <initializer_list>
----------------
I wonder if we can remove this now. (Maybe we need to remove the public dependency too)
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