This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <unordered_map>
ClosedPublic

Authored by philnik on Jan 15 2022, 10:43 AM.

Details

Summary

Use _LIBCPP_DEBUG_ASSERT in <unordered_map>

Diff Detail

Event Timeline

philnik requested review of this revision.Jan 15 2022, 10:43 AM
philnik created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2022, 10:43 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision as: Mordante.Jan 15 2022, 11:12 AM

LGTM!
It seems this patch will give merge conflicts with D117393 :-( Please don't update __hash_table until that patch has landed.

@Mordante __hash_table is already updated!

ldionne accepted this revision.Jan 18 2022, 7:25 AM
This revision is now accepted and ready to land.Jan 18 2022, 7:25 AM
This revision was automatically updated to reflect the committed changes.