[libcxx-commits] [PATCH] D130562: [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abort

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 26 14:48:07 PDT 2022


philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.

I'm not really a fan of the name, but I don't have a better idea. So this LGTM % nit.



================
Comment at: libcxx/docs/UsingLibcxx.rst:205-206
+compiler will diagnose the usage of ``std::__libcpp_verbose_abort`` with an error. This is done
+to avoid the load-time error that would otherwise happen if the code was being deployed on the
+older system.
+
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130562



More information about the libcxx-commits mailing list