[libcxx-commits] [PATCH] D61878: Change how containers are compared
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 12 07:56:10 PDT 2023
ldionne commandeered this revision.
ldionne edited reviewers, added: zoecarver; removed: ldionne.
ldionne added a comment.
Herald added a project: All.
[Github PR transition cleanup]
This patch doesn't seem correct to me: unordered containers are not ordered, so I don't think we can do a linear walk of `__first1` and `__first2`, compare elements side by side and draw any conclusion from that. Abandoning.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61878/new/
https://reviews.llvm.org/D61878
More information about the libcxx-commits
mailing list