[libcxx-commits] [PATCH] D119969: [libc++] Unconditionally provide the ability for users to enable assertions

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 7 13:40:12 PST 2022


ldionne abandoned this revision.
ldionne added a comment.
Herald added a project: All.

I'm going to abandon this since I think we can do much better by providing an assertion handler that can be customized at compile-time instead of piggy-backing on the existing debug mode infrastructure, see D121123 <https://reviews.llvm.org/D121123>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119969



More information about the libcxx-commits mailing list