[libcxx-commits] [PATCH] D111564: [libc++] Use addressof to fix debug tests.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 11 10:47:48 PDT 2021


Mordante created this revision.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Fixes the tests added in D110852 <https://reviews.llvm.org/D110852> for the debug iterators.

Similar issues with hijacking `operator&` still exist, they will be
addressed separately.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111564

Files:
  libcxx/include/__hash_table
  libcxx/include/list
  libcxx/include/unordered_map
  libcxx/test/std/containers/sequences/list/list.cons/assign_copy.addressof.compile.pass.cpp
  libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/assign_copy.addressof.compile.pass.cpp
  libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/assign_copy.addressof.compile.pass.cpp
  libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_copy.addressof.compile.pass.cpp
  libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/assign_copy.addressof.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111564.378733.patch
Type: text/x-patch
Size: 7208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211011/8da649b6/attachment.bin>


More information about the libcxx-commits mailing list