[libcxx-commits] [PATCH] D117410: [libc++] Introduce __debug_db_insert_i()

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 17 08:59:31 PST 2022


philnik added inline comments.


================
Comment at: libcxx/include/__hash_table:648
     _LIBCPP_INLINE_VISIBILITY __hash_const_local_iterator() _NOEXCEPT : __node_(nullptr) {
-#if _LIBCPP_DEBUG_LEVEL == 2
-        __get_db()->__insert_i(this);
-#endif
+        __debug_db_insert_i(this);
     }
----------------
ldionne wrote:
> Can you please qualify?
Sorry, I don't understand what you want. Qualify what?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117410



More information about the libcxx-commits mailing list