[libcxx-commits] [PATCH] D154995: [libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functions

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 12 14:07:03 PDT 2023


Mordante accepted this revision.
Mordante added a comment.

LGTM modulo one nit.



================
Comment at: libcxx/include/__format/format_error.h:15
+#include <__verbose_abort>
 #include <cstdlib>
 #include <stdexcept>
----------------
I assume this header is no longer needed. At least for format and the dylib we can remove them unconditionally.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154995



More information about the libcxx-commits mailing list