[libcxx-commits] [PATCH] D126993: [libc++] Remove a bunch of conditionals on _LIBCPP_DEBUG_LEVEL

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 6 06:53:49 PDT 2022


ldionne added inline comments.


================
Comment at: libcxx/include/__hash_table:369
+#if _LIBCPP_DEBUG_LEVEL == 2
             __get_db()->__insert_ic(this, __c);
 #endif
----------------
philnik wrote:
> Maybe add `__debug_db_inster_ic()`?
Yeah, good idea. I'll do it in a separate patch to ease rebasing D122941, which touches a lot of code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126993



More information about the libcxx-commits mailing list