[libcxx-commits] [PATCH] D119703: [libcxx][test][NFC] Add tests for hash_function() and key_eq() in unordered containers

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 10 07:32:40 PDT 2022


ldionne added a comment.

I looked into this a bit, and I think we might not be registering debug iterators properly in `unordered_set` and `unordered_map` when we insert. I'm not sure why the rest of the test suite would be happy with this, though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119703



More information about the libcxx-commits mailing list