[libcxx-commits] [PATCH] D117410: [libc++] Introduce __debug_db_insert_i()
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 17 08:51:43 PST 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM with qualification.
================
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);
}
----------------
Can you please qualify?
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