[libcxx-commits] [PATCH] D126993: [libc++] Remove a bunch of conditionals on _LIBCPP_DEBUG_LEVEL
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 3 12:53:09 PDT 2022
philnik accepted this revision.
philnik added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/include/__hash_table:369
+#if _LIBCPP_DEBUG_LEVEL == 2
__get_db()->__insert_ic(this, __c);
#endif
----------------
Maybe add `__debug_db_inster_ic()`?
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