[libcxx-commits] [PATCH] D117393: [libc++] Use addressof in unordered_map.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 19 17:33:17 PST 2022


philnik added a comment.

What is the reasoning for which member functions should be checked?



================
Comment at: libcxx/test/std/containers/unord/unord.map/iterator.operators.addressof.compile.pass.cpp:30
+  ToIterator move(std::move(from));
+  from = FromIterator{};
+  move = std::move(from);
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117393



More information about the libcxx-commits mailing list